Class DelegatingContentHandler

java.lang.Object
org.apache.fop.util.DelegatingContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, LexicalHandler
Direct Known Subclasses:
DelegatingFragmentContentHandler, GenerationHelperContentHandler

public class DelegatingContentHandler extends Object implements EntityResolver, DTDHandler, ContentHandler, LexicalHandler, ErrorHandler
SAX 2 Event Handler which simply delegates all calls to another ContentHandler. Subclasses can do additional processing. This class is the passive counterpart to XMLFilterImpl.

The ContentHandler is the only instance that is required. All others (DTDHandler, EntityResolver, LexicalHandler and ErrorHandler) may be ignored.