Uses of Class
javax.xml.transform.TransformerFactory

Packages that use TransformerFactory
javax.xml.transform Base "TRAX" API for XSLT transformers. 
javax.xml.transform.sax Support for SAX2-based XSLT transformers. 
 

Uses of TransformerFactory in javax.xml.transform
 

Methods in javax.xml.transform that return TransformerFactory
static TransformerFactory TransformerFactory.newInstance()
          Returns a new TransformerFactory.
 

Uses of TransformerFactory in javax.xml.transform.sax
 

Subclasses of TransformerFactory in javax.xml.transform.sax
 class SAXTransformerFactory
          A TransformerFactory that supports several separate modes for working with SAX inputs and outputs.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.