private class SAXParserFactoryAdaptor.XMLReaderImpl
extends org.xml.sax.helpers.XMLFilterImpl
| Modifier | Constructor and Description |
|---|---|
private |
XMLReaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(org.xml.sax.InputSource input) |
void |
parse(java.lang.String systemId) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic void parse(org.xml.sax.InputSource input)
throws java.io.IOException,
org.xml.sax.SAXException
parse in interface org.xml.sax.XMLReaderparse in class org.xml.sax.helpers.XMLFilterImpljava.io.IOExceptionorg.xml.sax.SAXExceptionpublic void parse(java.lang.String systemId)
throws java.io.IOException,
org.xml.sax.SAXException
parse in interface org.xml.sax.XMLReaderparse in class org.xml.sax.helpers.XMLFilterImpljava.io.IOExceptionorg.xml.sax.SAXException