Enhydra 3.1 API

Package org.apache.xalan.xslt.trace

Interface Summary
TraceListener Interface the XSL processor calls when it matches a source node, selects a set of source nodes, or generates a result node.
 

Class Summary
GenerateEvent Event generated by the XSL processor after it generates a new node in the result tree.
PrintTraceListener Implementation of the TraceListener interface that prints each event to standard out as it occurs.
SelectionEvent Event triggered by selection of a node in the style stree.
TracerEvent Parent class of events generated for tracing the progress of the XSL processor.
 


Enhydra 3.1 API