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, startRuleSearch
protected java.lang.String getOpeningAttributes()
getOpeningAttributes
in class AbstractTraceListener
public void startCurrentItem(Item item)
AbstractTraceListener
startCurrentItem
in interface TraceListener
startCurrentItem
in class AbstractTraceListener
item
- 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)
AbstractTraceListener
endCurrentItem
in interface TraceListener
endCurrentItem
in class AbstractTraceListener
item
- 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 TraceListener
enter
in class AbstractTraceListener
info
- 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)
AbstractTraceListener
leave
in interface TraceListener
leave
in class AbstractTraceListener
info
- 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 AbstractTraceListener
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.