Class XMLPushFilterAdapter

java.lang.Object
com.deltaxml.pipe.XMLPushFilterAdapter
All Implemented Interfaces:
XMLPushFilter, ContentHandler, DTDHandler, DeclHandler, LexicalHandler

public class XMLPushFilterAdapter extends Object implements XMLPushFilter
Used to convert an XMLFilter object into an XMLPushFilter object. This enables it to be used logically 'after' the triggered element in a JAXP pipeline. In the PipelinedComparator, any Java filters to be used as output filters must be compatible with XMLPushFilter. This class is used for that purpose.
Author:
Nigel Whitaker