org.apache.xml.resolver.tools
public class ResolvingXMLReader extends ResolvingXMLFilter
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.
|
ResolvingXMLReader(CatalogManager manager)
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
public ResolvingXMLReader()
In order to do its job, a ResolvingXMLReader must in fact be a filter. So the only difference between this code and the filter code is that the constructor builds a new reader.
public ResolvingXMLReader(CatalogManager manager)
In order to do its job, a ResolvingXMLReader must in fact be a filter. So the only difference between this code and the filter code is that the constructor builds a new reader.
Copyright ? 2001-2003 Apache Software Foundation. All Rights Reserved.