Interface XMLPushFilter

All Superinterfaces:
ContentHandler, DeclHandler, DTDHandler, LexicalHandler
All Known Implementing Classes:
XMLPushFilterAdapter, XMLPushFilterImpl

public interface XMLPushFilter extends ContentHandler, LexicalHandler, DTDHandler, DeclHandler
An equivalent interface to org.sax.xml.XMLFilter for use as a 'push' filter as opposed to a 'pull' filter.