Uses of Class
org.xml.sax.helpers.XMLFilterImpl

Packages that use XMLFilterImpl
gnu.xml.pipeline This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. 
 

Uses of XMLFilterImpl in gnu.xml.pipeline
 

Methods in gnu.xml.pipeline with parameters of type XMLFilterImpl
 void EventFilter.chainTo(XMLFilterImpl next)
          Treats the XMLFilterImpl as a limited functionality event consumer, by arranging to deliver events to it; this lets such classes be "wrapped" as pipeline stages.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2012-01-06.