Uses of Interface
org.xml.sax.XMLFilter

Packages that use XMLFilter
javax.xml.transform.sax This package implements SAX2-specific transformation APIs. 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.runtime   
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Uses of XMLFilter in javax.xml.transform.sax
 

Methods in javax.xml.transform.sax that return XMLFilter
abstract  XMLFilter SAXTransformerFactory.newXMLFilter(Source src)
          Create an XMLFilter that uses the given Source as the transformation instructions.
abstract  XMLFilter SAXTransformerFactory.newXMLFilter(Templates templates)
          Create an XMLFilter, based on the Templates argument..
 

Uses of XMLFilter in org.apache.xalan.processor
 

Methods in org.apache.xalan.processor that return XMLFilter
 XMLFilter TransformerFactoryImpl.newXMLFilter(Source src)
          Create an XMLFilter that uses the given source as the transformation instructions.
 XMLFilter TransformerFactoryImpl.newXMLFilter(Templates templates)
          Create an XMLFilter that uses the given source as the transformation instructions.
 

Uses of XMLFilter in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement XMLFilter
 class TrAXFilter
           
 

Uses of XMLFilter in org.apache.xalan.xsltc.runtime
 

Methods in org.apache.xalan.xsltc.runtime that return XMLFilter
 XMLFilter TransformerFactoryImpl.newXMLFilter(Source src)
           
 XMLFilter TransformerFactoryImpl.newXMLFilter(Templates templates)
           
 

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.