net.sf.saxon.trace

Class TimedTraceListener

public class TimedTraceListener extends Object implements TraceListener

A Simple trace listener that writes messages to System.err
Method Summary
voidclose()
Called at end
voidendCurrentItem(Item item)
Called after a node of the source tree got processed
voidenter(InstructionInfo instruction, XPathContext context)
Called when an instruction in the stylesheet gets processed
voidleave(InstructionInfo instruction)
Called after an instruction of the stylesheet got processed
voidopen()
Called at start
voidstartCurrentItem(Item item)
Called when an item becomes current

Method Detail

close

public void close()
Called at end

endCurrentItem

public void endCurrentItem(Item item)
Called after a node of the source tree got processed

enter

public void enter(InstructionInfo instruction, XPathContext context)
Called when an instruction in the stylesheet gets processed

leave

public void leave(InstructionInfo instruction)
Called after an instruction of the stylesheet got processed

open

public void open()
Called at start

startCurrentItem

public void startCurrentItem(Item item)
Called when an item becomes current