net.sf.saxon.trace
public class TimedTraceListener extends Object implements TraceListener
Field Summary | |
---|---|
PrintStream | out |
Method Summary | |
---|---|
void | close()
Called at end |
void | endCurrentItem(Item item)
Called after a node of the source tree got processed |
void | enter(InstructionInfo instruction, XPathContext context)
Called when an instruction in the stylesheet gets processed |
void | leave(InstructionInfo instruction)
Called after an instruction of the stylesheet got processed |
void | open()
Called at start |
void | setOutputStream(PrintStream stream)
Set the PrintStream to which the output will be written. |
void | startCurrentItem(Item item)
Called when an item becomes current |
Parameters: stream the PrintStream to be used for output. By default, the output is written to System.err.