final class XMLReaderImpl extends XMLFilterImpl
| Modifier and Type | Field and Description |
|---|---|
protected static InputSource |
THE_SOURCE
Special
InputSource instance that we use to pass to SAXSource. |
| Constructor and Description |
|---|
XMLReaderImpl(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
ContentHandler |
getContentHandler() |
void |
parse(InputSource input) |
void |
parse(String systemId) |
void |
setContentHandler(ContentHandler contentHandler) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningprotected static final InputSource THE_SOURCE
InputSource instance that we use to pass to SAXSource.XMLReaderImpl(Message msg)
public void parse(String systemId)
parse in interface XMLReaderparse in class XMLFilterImplpublic void parse(InputSource input) throws SAXException
parse in interface XMLReaderparse in class XMLFilterImplSAXExceptionpublic ContentHandler getContentHandler()
getContentHandler in interface XMLReadergetContentHandler in class XMLFilterImplpublic void setContentHandler(ContentHandler contentHandler)
setContentHandler in interface XMLReadersetContentHandler in class XMLFilterImplCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.