Module java.xml
Package org.xml.sax.helpers

Class XMLFilterImpl

java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler,XMLFilter,XMLReader

public classXMLFilterImplextendsObjectimplementsXMLFilter,EntityResolver,DTDHandler,ContentHandler,ErrorHandler
Base class for deriving an XML filter.

This class is designed to sit between anXMLReader and the client application's event handlers. By default, it does nothing but pass requests up to the reader and events on to the handlers unmodified, but subclasses can override specific methods to modify the event stream or the configuration requests as they pass through.

Since:
1.4, SAX 2.0
See Also: