Package | Description |
---|---|
org.apache.xalan.trace |
Implementation of Xalan Trace events, for use by a debugger.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
TraceListenerEx |
Extends TraceListener but adds a SelectEnd event.
|
interface |
TraceListenerEx2 |
Extends TraceListenerEx but adds a EndTrace event.
|
interface |
TraceListenerEx3 |
Extends TraceListenerEx2 but adds extensions trace events.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PrintTraceListener |
Implementation of the TraceListener interface that
prints each event to standard out as it occurs.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TraceManager.addTraceListener(TraceListener tl) |
Add a trace listener for the purposes of debugging and diagnosis.
|
void |
TraceManager.removeTraceListener(TraceListener tl) |
Remove a trace listener.
|
Copyright ? 2014 Apache XML Project. All Rights Reserved.