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. 
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
          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
DecimalToRoman
          Structure to help in converting integers to roman numerals
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.
DecimalToRoman
          Structure to help in converting integers to roman numerals
KeyIterator
          This class implements an optimized iterator for "key()" patterns, matching each node to the match attribute in one or more xsl:key declarations.
KeyManager
          This class manages the key tables.
MsgMgr
          This class will manage error messages, warning messages, and other types of message events.
NodeSorter.NodeCompareElem
          This class holds the value(s) from executing the given node against the sort key(s).
NumeratorFormatter.NumberFormatStringTokenizer
          This class returns tokens using non-alphanumberic characters as delimiters.
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.