Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xalan.trace: Javadoc index of package org.apache.xalan.trace.


Package Samples:

org.apache.xalan.trace

Classes:

TraceListener: Interface the XSL processor calls when it matches a source node, selects a set of source nodes, or generates a result node. If you want an object instance to be called when a trace event occurs, use the TransformerImpl setTraceListener method.
GenerateEvent: Event generated by the XSL processor after it generates a new node in the result tree. This event responds to and is modeled on the SAX events that are sent to the formatter listener FormatterToXXX)classes.
TraceManager: This class manages trace listeners, and acts as an interface for the tracing functionality in Xalan.
PrintTraceListener: Implementation of the TraceListener interface that prints each event to standard out as it occurs.
EndSelectionEvent: Event triggered by completion of a xsl:for-each selection or a xsl:apply-templates selection.
TracerEvent: Parent class of events generated for tracing the progress of the XSL processor.
TraceListenerEx3: Extends TraceListenerEx2 but adds extensions trace events.
SelectionEvent: Event triggered by selection of a node in the style stree.
TraceListenerEx2: Extends TraceListenerEx but adds a EndTrace event.
TraceListenerEx: Extends TraceListener but adds a SelectEnd event.
ExtensionEvent: An event representing an extension call.

Home | Contact Us | Privacy Policy | Terms of Service