Uses of Class
org.apache.xalan.processor.TransformerFactoryImpl

Packages that use TransformerFactoryImpl
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 TransformerFactoryImpl in org.apache.xalan.processor
 

Fields in org.apache.xalan.processor declared as TransformerFactoryImpl
private  TransformerFactoryImpl StylesheetHandler.m_stylesheetProcessor
          The XSLT TransformerFactory for needed services.
 

Methods in org.apache.xalan.processor that return TransformerFactoryImpl
 TransformerFactoryImpl StylesheetHandler.getStylesheetProcessor()
          Get the XSLT TransformerFactoryImpl for needed services.
 

Methods in org.apache.xalan.processor with parameters of type TransformerFactoryImpl
(package private)  void StylesheetHandler.init(TransformerFactoryImpl processor)
          Do common initialization.
 

Constructors in org.apache.xalan.processor with parameters of type TransformerFactoryImpl
StylesheetHandler(TransformerFactoryImpl processor)
          Create a StylesheetHandler object, creating a root stylesheet as the target.