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
 

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

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



Copyright © 2000 Apache XML Project. All Rights Reserved.