|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SchemaTransformer
A schema transformer is able to modify a schema, which is being read. This is used, for example, to implement the external JAXB binding files.
| Method Summary | |
|---|---|
org.xml.sax.InputSource |
getTransformedInputSource()
Returns the new input source. |
org.xml.sax.XMLReader |
getTransformedXMLReader()
Returns the new XML reader. |
void |
parse(org.xml.sax.InputSource pSource,
org.xml.sax.XMLReader pReader)
Reads the given input source. |
| Method Detail |
|---|
void parse(org.xml.sax.InputSource pSource,
org.xml.sax.XMLReader pReader)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOExceptionorg.xml.sax.InputSource getTransformedInputSource()
parse(InputSource, XMLReader).
org.xml.sax.XMLReader getTransformedXMLReader()
parse(InputSource, XMLReader).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||