Uses of Package
org.apache.xalan.transformer

Packages that use org.apache.xalan.transformer
org.apache.xalan.extensions Implementation of Xalan Extension Mechanism. 
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java, including EXSLT functions. We are adding extensions to this package. 
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. StylesheetRoot implements the Templates interface, and extends StylesheetComposed, which is a Stylesheet composed of itself and its included Stylesheet objects. 
org.apache.xalan.trace Implementation of Xalan Trace events, for use by a debugger. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. TransformerImpl implements the Transformer interface, and is the core representation of the transformation execution. For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or none. The Transformer works with SerializationHandler to forward the SAX-like events produced by the transformation to the appropriate output ContentHandler. To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed concurrently in separate threads. 
 

Classes in org.apache.xalan.transformer used by org.apache.xalan.extensions
TransformerImpl
          This class implements the Transformer interface, and is the core representation of the transformation execution.
 

Classes in org.apache.xalan.transformer used by org.apache.xalan.lib
TransformerImpl
          This class implements the Transformer interface, and is the core representation of the transformation execution.
 

Classes in org.apache.xalan.transformer used by org.apache.xalan.templates
TransformerImpl
          This class implements the Transformer interface, and is the core representation of the transformation execution.
 

Classes in org.apache.xalan.transformer used by org.apache.xalan.trace
TransformerImpl
          This class implements the Transformer interface, and is the core representation of the transformation execution.
 

Classes in org.apache.xalan.transformer used by org.apache.xalan.transformer
CountersTable
          This is a table of counters, keyed by ElemNumber objects, each of which has a list of Counter objects.
KeyManager
          This class manages the key tables.
MsgMgr
          This class will manage error messages, warning messages, and other types of message events.
ResultNameSpace
          A representation of a result namespace.
StackGuard
          Class to guard against recursion getting too deep.
TransformerImpl
          This class implements the Transformer interface, and is the core representation of the transformation execution.
TransformSnapshot
          Deprecated. It doesn't look like this code, which is for tooling, has functioned propery for a while, so it doesn't look like it is being used.
TransformState
          This interface is meant to be used by a consumer of SAX2 events produced by Xalan, and enables the consumer to get information about the state of the transform.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.