org.apache.xml.resolver.tools
public class ResolvingXMLReader extends ResolvingXMLFilter
A SAX XMLReader that performs catalog-based entity resolution.
This class implements a SAX XMLReader that performs entity resolution using the CatalogResolver. The actual, underlying parser is obtained from a SAXParserFactory.
CatalogResolver
,
XMLReader
suppressExplanation
Constructor and Description |
---|
ResolvingXMLReader()
Construct a new reader from the JAXP factory
|
getCatalog, notationDecl, parse, parse, processingInstruction, resolveEntity, startElement, unparsedEntityDecl
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startPrefixMapping, warning
Copyright ? 2001 Apache. All Rights Reserved.