Uses of Class
javax.xml.transform.TransformerFactory

Packages that use TransformerFactory
javax.xml.transform This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. 
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). 
 

Uses of TransformerFactory in javax.xml.transform
 

Methods in javax.xml.transform that return TransformerFactory
static TransformerFactory TransformerFactory.newInstance()
          Obtain a new instance of a TransformerFactory.
 

Uses of TransformerFactory in javax.xml.transform.sax
 

Subclasses of TransformerFactory in javax.xml.transform.sax
 class SAXTransformerFactory
          This class extends TransformerFactory to provide SAX-specific factory methods.
 

Uses of TransformerFactory in org.apache.xalan.processor
 

Subclasses of TransformerFactory in org.apache.xalan.processor
 class CompilingStylesheetProcessor
          The TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT Stylesheets into a Templates object.
 class TransformerFactoryImpl
          The TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT stylesheets into a Templates object (a StylesheetRoot).
 



Copyright © 2000 Apache XML Project. All Rights Reserved.