Package com.sun.xml.xsom.impl.parser
Class SAXParserFactoryAdaptor.XMLReaderImpl
- java.lang.Object
-
- org.xml.sax.helpers.XMLFilterImpl
-
- com.sun.xml.xsom.impl.parser.SAXParserFactoryAdaptor.XMLReaderImpl
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler,org.xml.sax.XMLFilter,org.xml.sax.XMLReader
- Enclosing class:
- SAXParserFactoryAdaptor
private class SAXParserFactoryAdaptor.XMLReaderImpl extends org.xml.sax.helpers.XMLFilterImpl
-
-
Constructor Summary
Constructors Modifier Constructor Description privateXMLReaderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(java.lang.String systemId)voidparse(org.xml.sax.InputSource input)-
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
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, warning
-
-
-
-
Method Detail
-
parse
public void parse(org.xml.sax.InputSource input) throws java.io.IOException, org.xml.sax.SAXException- Specified by:
parsein interfaceorg.xml.sax.XMLReader- Overrides:
parsein classorg.xml.sax.helpers.XMLFilterImpl- Throws:
java.io.IOExceptionorg.xml.sax.SAXException
-
parse
public void parse(java.lang.String systemId) throws java.io.IOException, org.xml.sax.SAXException- Specified by:
parsein interfaceorg.xml.sax.XMLReader- Overrides:
parsein classorg.xml.sax.helpers.XMLFilterImpl- Throws:
java.io.IOExceptionorg.xml.sax.SAXException
-
-