org.apache.xml.resolver.tools
Class ResolvingXMLReader
public class ResolvingXMLReader
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.
Version:
- Norman Walsh
Norman.Walsh@Sun.COM
CatalogResolver
, org.xml.sax.XMLReader
ResolvingXMLReader
public ResolvingXMLReader()
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.
ResolvingXMLReader
public 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.
Copyright B) 2001-2003 Apache Software Foundation. All Rights Reserved.