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.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
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. 
 

Classes in org.apache.xalan.transformer used by org.apache.xalan.extensions
TransformerImpl
          **For advanced use only** 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.processor
TransformerImpl
          **For advanced use only** 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.stree
TransformerImpl
          **For advanced use only** 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
          **For advanced use only** 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
          **For advanced use only** 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
ClonerToResultTree
          **For internal use only** Class used to clone a node, possibly including its children to a result tree.
CountersTable
          **For internal use only** This is a table of counters, keyed by ElemNumber objects, each of which has a list of Counter objects.
KeyIterator
          **For internal use only** This class implements an optimized iterator for "key()" patterns.
KeyManager
          This class manages the key tables.
MsgMgr
          This class will manage error messages, warning messages, and other types of message events.
QueuedSAXEvent
          Acts as a base class for queued SAX events.
ResultNameSpace
          **For internal use only** A representation of a result namespace.
ResultTreeHandler
          This class is a layer between the direct calls to the result tree content handler, and the transformer.
StackGuard
          Class to guard against recursion getting too deep.
TransformerImpl
          **For advanced use only** This class implements the Transformer interface, and is the core representation of the transformation execution.
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 � 2000 Apache XML Project. All Rights Reserved.