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.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.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.
QueuedEvents
          This class acts as a base for ResultTreeHandler, and keeps queud stack 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.
TransformerImpl.ThreadControler
          Base thread controler for xalan.
TransformSnapshot
          This is an opaque interface that allows the transformer to return a "snapshot" of it's current state, which can later be restored.
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 © 2001 Apache XML Project. All Rights Reserved.