Uses of Class
javax.xml.transform.TransformerFactory

Packages that use TransformerFactory
javax.xml.transform   
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.xsltc.trax   
 

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 TransformerFactoryImpl
          The TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT stylesheets into a Templates object (a StylesheetRoot).
 

Uses of TransformerFactory in org.apache.xalan.xsltc.trax
 

Subclasses of TransformerFactory in org.apache.xalan.xsltc.trax
 class SmartTransformerFactoryImpl
          Implementation of a transformer factory that uses an XSLTC transformer factory for the creation of Templates objects and uses the Xalan processor transformer factory for the creation of Transformer objects.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.