Package | Description |
---|---|
org.apache.xalan.trace |
Implementation of Xalan Trace events, for use by a debugger.
|
Modifier and Type | Interface and 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 and Description |
---|---|
class |
PrintTraceListener
Implementation of the TraceListener interface that
prints each event to standard out as it occurs.
|
Modifier and Type | Method and 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 © 2018 JBoss by Red Hat. All rights reserved.