public class ModeTraceListener extends AbstractTraceListener
indent, out| Constructor and Description |
|---|
ModeTraceListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
endCurrentItem(Item item)
Called after a node of the source tree got processed
|
void |
enter(InstructionInfo info,
XPathContext context)
Called when an instruction in the stylesheet gets processed
|
protected java.lang.String |
getOpeningAttributes()
Generate attributes to be included in the opening trace element
|
void |
leave(InstructionInfo info)
Called after an instruction of the stylesheet got processed
|
void |
startCurrentItem(Item item)
Called when an item becomes the context item
|
protected java.lang.String |
tag(int construct) |
close, endRuleSearch, escape, getCodeInjector, getOutputDestination, level, open, setLevelOfDetail, setOutputDestination, spaces, startRuleSearchprotected java.lang.String getOpeningAttributes()
getOpeningAttributes in class AbstractTraceListenerpublic void startCurrentItem(Item item)
AbstractTraceListenerstartCurrentItem in interface TraceListenerstartCurrentItem in class AbstractTraceListeneritem - the new current item. Item objects are not mutable; it is safe to retain
a reference to the Item for later use.public void endCurrentItem(Item item)
AbstractTraceListenerendCurrentItem in interface TraceListenerendCurrentItem in class AbstractTraceListeneritem - the item that was current, whose processing is now complete. This will represent
the same underlying item as the corresponding startCurrentItem() call, though it will
not necessarily be the same actual object.public void enter(InstructionInfo info, XPathContext context)
enter in interface TraceListenerenter in class AbstractTraceListenerinfo - gives information about the instruction being
executed, and about the context in which it is executed. This object is mutable,
so if information from the InstructionInfo is to be retained, it must be copied.public void leave(InstructionInfo info)
AbstractTraceListenerleave in interface TraceListenerleave in class AbstractTraceListenerinfo - gives the same information that was supplied to the
enter method, though it is not necessarily the same object. Note that the
line number of the instruction is that of the start tag in the source stylesheet,
not the line number of the end tag.protected java.lang.String tag(int construct)
tag in class AbstractTraceListenerCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.