net.sf.saxon.trace
public class TimedTraceListener extends Object implements TraceListener
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 | startCurrentItem(Item item)
Called when an item becomes current |