net.sf.saxon.trace |
|
Java Source File Name | Type | Comment |
AbstractTraceListener.java | Class | This is the standard trace listener used when the -T option is specified on the command line.
There are two variants, represented by subclasses: one for XSLT, and one for XQuery. |
InstructionInfo.java | Interface | |
InstructionInfoProvider.java | Interface | An InstructionInfoProvider is an object that is capable of providing an InstructionInfo
object which provides diagnostic information about an instruction or other construct such
as a function, template, expression, or pattern. |
Location.java | Class | This class holds constants identifying different kinds of location in a source stylesheet or query.
These constants are used in the getConstructType() method of class InstructionInfo. |
TimedTraceListener.java | Class | |
TraceEventMulticaster.java | Class | A class which implements efficient and thread-safe multi-cast event
dispatching for the TraceListener evants. |
TraceListener.java | Interface | This interface defines methods that are called by Saxon during the execution of
a stylesheet, if tracing is switched on. |
XQueryTraceListener.java | Class | |
XSLTTraceListener.java | Class | |