net.sf.saxon.trace
Class XSLTTraceListener
public
class
XSLTTraceListener
extends AbstractTraceListener
A Simple trace listener for XSLT that writes messages (by default) to System.err
| Method Summary |
| 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. |
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. Return null for
trace events that are ignored by this trace listener.