public interface SchemaTransformer
Modifier and Type | Method and Description |
---|---|
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.
|
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.IOException
org.xml.sax.InputSource getTransformedInputSource()
parse(InputSource, XMLReader)
.org.xml.sax.XMLReader getTransformedXMLReader()
parse(InputSource, XMLReader)
.