Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.saxon.trace.TimedTraceListener
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public void endCurrentItem(Item item)
Called after a node of the source tree got processed
- Specified by:
- endCurrentItem in interface TraceListener
public void enter(InstructionInfo instruction, XPathContext context)
Called when an instruction in the stylesheet gets processed
- Specified by:
- enter in interface TraceListener
public void leave(InstructionInfo instruction)
Called after an instruction of the stylesheet got processed
- Specified by:
- leave in interface TraceListener
public void startCurrentItem(Item item)
Called when an item becomes current
- Specified by:
- startCurrentItem in interface TraceListener