Class ResolvingParser

java.lang.Object
org.apache.xml.resolver.tools.ResolvingParser
All Implemented Interfaces:
DocumentHandler, DTDHandler, EntityResolver, Parser

public class ResolvingParser extends Object implements Parser, DTDHandler, DocumentHandler, EntityResolver
Deprecated.
This interface has been replaced by the ResolvingXMLReader for SAX2.
A SAX Parser that performs catalog-based entity resolution.

This class implements a SAX Parser that performs entity resolution using the CatalogResolver. The actual, underlying parser is obtained from a SAXParserFactory.

Version:
1.0
Author:
Norman Walsh Norman.Walsh@Sun.COM
See Also: