Class Summary |
ClonerToResultTree |
Class used to clone a node, possibly including its children to
a result tree. |
Counter |
A class that does incremental counting for support of xsl:number.
|
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. |
KeyRefIterator |
This class filters nodes from a key iterator, according to
whether or not the use value matches the ref value. |
KeyTable |
Table of element keys, keyed by document node. |
MsgMgr |
This class will manage error messages, warning messages, and other types of
message events. |
NodeSorter |
This class can sort vectors of DOM nodes according to a select pattern. |
NodeSortKey |
Data structure for use by the NodeSorter class. |
NumeratorFormatter |
Converts enumerated numbers into strings, using the XSL conversion attributes.
|
QueuedEvents |
This class acts as a base for ResultTreeHandler, and keeps
queud stack events. |
ResultNameSpace |
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. |
SerializerSwitcher |
This is a helper class that decides if Xalan needs to switch
serializers, based on the first output element. |
StackGuard |
Class to guard against recursion getting too deep. |
TransformerHandlerImpl |
A TransformerHandler
listens for SAX ContentHandler parse events and transforms
them to a Result. |
TransformerIdentityImpl |
This class implements an identity transformer for
javax.xml.transform.sax.SAXTransformerFactory#newTransformerHandler()
and {@link javax.xml.transform.TransformerFactory#newTransformer()}. |
TransformerImpl |
This class implements the
Transformer interface, and is the core
representation of the transformation execution. |
TransformerImpl.ThreadControler |
Base thread controler for xalan. |
TransformSnapshotImpl |
This class holds a "snapshot" of it's current transformer state,
which can later be restored.
|
TrAXFilter |
|
TreeWalker2Result |
Handle a walk of a tree, but screen out attributes for
the result tree. |
XalanProperties |
XalanProperties defines the features understood by
Xalan. |
XSLInfiniteLoopException |
Class used to create an Infinite Loop Exception |