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.
Version: 1.0
See Also: CatalogResolver org.xml.sax.XMLReader
| Constructor Summary | |
|---|---|
| ResolvingXMLReader()
Construct a new reader from the JAXP factory.
| |
| ResolvingXMLReader(CatalogManager manager)
Construct a new reader from the JAXP factory.
| |
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.
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.