Content Pipeline Guide > Java Reference > Interfaces > SAXFilter
  
SAXFilter
SAXFilter is a convenience interface that extends the seven SAX2 interfaces and the FilterControl interface. You can use objects that implement this interface in a pipeline. You can also use these objects with the DefaultFilterAdapter so that you do not have to write a custom adapter class.
public interface SAXFilter extends
ContentHandler,
DTDHandler,
LexicalHandler,
DeclHandler,
ErrorHandler,
EntityResolver,
EntityResolver2,
FilterControl
{
}