Uses of Interface
org.xml.sax.XMLFilter

Packages that use XMLFilter
javax.xml.transform.sax   
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.trax   
org.xml.sax.helpers   
 

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.trax
 

Methods in org.apache.xalan.xsltc.trax that return XMLFilter
 XMLFilter SmartTransformerFactoryImpl.newXMLFilter(Source src)
          Create an XMLFilter that uses the given source as the transformation instructions.
 XMLFilter SmartTransformerFactoryImpl.newXMLFilter(Templates templates)
           
 XMLFilter TransformerFactoryImpl.newXMLFilter(Source src)
          javax.xml.transform.sax.SAXTransformerFactory implementation.
 XMLFilter TransformerFactoryImpl.newXMLFilter(Templates templates)
          javax.xml.transform.sax.SAXTransformerFactory implementation.
 

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 © 2006 Apache XML Project. All Rights Reserved.