Uses of Class
org.apache.trax.Processor

Packages that use Processor
org.apache.trax Defines a global interface for generating Templates and performing XML transformations. 
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 Processor in org.apache.trax
 

Methods in org.apache.trax that return Processor
static Processor Processor.newInstance(java.lang.String type)
          Obtain a new instance of a Processor object.
 

Uses of Processor in org.apache.xalan.processor
 

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



Copyright © 2000 Apache XML Project. All Rights Reserved.