Uses of Interface
org.xml.sax.XMLFilter

Packages that use XMLFilter
org.apache.trax Defines a global interface for generating Templates and performing XML transformations. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Uses of XMLFilter in org.apache.trax
 

Subinterfaces of XMLFilter in org.apache.trax
 interface Transformer
          This object represents a Transformer, which is a SAX2 XMLFilter.
 

Uses of XMLFilter in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement XMLFilter
 class TransformerImpl
          **For advanced use only** The Xalan workhorse -- Collaborates with the XPath xcontext, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
 

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.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.