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, warning
protected 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 XMLReader
parse
in class XMLFilterImpl
public void parse(InputSource input) throws SAXException
parse
in interface XMLReader
parse
in class XMLFilterImpl
SAXException
public ContentHandler getContentHandler()
getContentHandler
in interface XMLReader
getContentHandler
in class XMLFilterImpl
public void setContentHandler(ContentHandler contentHandler)
setContentHandler
in interface XMLReader
setContentHandler
in class XMLFilterImpl
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.