|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.xalan.trace | |
---|---|
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.trace used by org.apache.xalan.trace | |
---|---|
EndSelectionEvent
Event triggered by completion of a xsl:for-each selection or a xsl:apply-templates selection. |
|
ExtensionEvent
An event representing an extension call. |
|
GenerateEvent
Event generated by the XSL processor after it generates a new node in the result tree. |
|
SelectionEvent
Event triggered by selection of a node in the style stree. |
|
TraceListener
Interface the XSL processor calls when it matches a source node, selects a set of source nodes, or generates a result node. |
|
TraceListenerEx
Extends TraceListener but adds a SelectEnd event. |
|
TraceListenerEx2
Extends TraceListenerEx but adds a EndTrace event. |
|
TraceListenerEx3
Extends TraceListenerEx2 but adds extensions trace events. |
|
TracerEvent
Parent class of events generated for tracing the progress of the XSL processor. |
Classes in org.apache.xalan.trace used by org.apache.xalan.transformer | |
---|---|
TraceManager
This class manages trace listeners, and acts as an interface for the tracing functionality in Xalan. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |