Uses of Interface
org.xml.sax.XMLFilter

Packages that use XMLFilter
javax.xml.transform.sax Support for SAX2-based XSLT transformers. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of XMLFilter in javax.xml.transform.sax
 

Methods in javax.xml.transform.sax that return XMLFilter
abstract  XMLFilter SAXTransformerFactory.newXMLFilter(Source stylesheet)
          Returns a SAX parser that transforms XML data according to a stylesheet before reporting SAX events.
abstract  XMLFilter SAXTransformerFactory.newXMLFilter(Templates stylesheet)
          Returns a SAX parser that transforms XML data according to a pre-parsed stylesheet before reporting SAX events.
 

Uses of XMLFilter in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement XMLFilter
 class XMLFilterImpl
          Base class for deriving an XML filter.
 



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 2001-11-20.