Class ResolvingXMLFilter

java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
org.xmlresolver.tools.ResolvingXMLFilter
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader
Direct Known Subclasses:
ResolvingXMLReader

public class ResolvingXMLFilter extends XMLFilterImpl
An implementation of XMLFilter that performs catalog resolution.

This class implements the oasis-xml-catalog processing instruction if the underlying resolver allows it.

Each instance constructed with the zero-argument constructor uses a shared, static resolver. This avoids paying the instantiation cost each time a parse is created.

Author:
ndw