|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public 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.IOExceptionpublic org.xml.sax.InputSource getTransformedInputSource()
parse(InputSource, XMLReader).
public org.xml.sax.XMLReader getTransformedXMLReader()
parse(InputSource, XMLReader).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||