net.sf.saxon.trace
Class XSLTTraceListener
- EventListener, TraceListener
public class XSLTTraceListener
A Simple trace listener for XSLT that writes messages (by default) to System.err
protected String | getOpeningAttributes() - Generate attributes to be included in the opening trace element
|
protected String | tag(int construct) - Get the trace element tagname to be used for a particular construct.
|
close , endCurrentItem , enter , escape , getOpeningAttributes , getOutputDestination , leave , open , setOutputDestination , startCurrentItem , tag |
tag
protected String tag(int construct)
Get the trace element tagname to be used for a particular construct. Return null for
trace events that are ignored by this trace listener.
- tag in interface AbstractTraceListener