Uses of Interface
org.apache.xalan.trace.TraceListener

Packages that use TraceListener
org.apache.xalan.trace Implementation of Xalan Trace events, for use by a debugger. 
 

Uses of TraceListener in org.apache.xalan.trace
 

Subinterfaces of TraceListener in org.apache.xalan.trace
 interface TraceListenerEx
          **For advanced use only** Extends TraceListener but adds a SelectEnd event.
 interface TraceListenerEx2
          **For advanced use only** Extends TraceListenerEx but adds a EndTrace event.
 

Classes in org.apache.xalan.trace that implement TraceListener
 class PrintTraceListener
          **For advanced use only** Implementation of the TraceListener interface that prints each event to standard out as it occurs.
 

Methods in org.apache.xalan.trace with parameters of type TraceListener
 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 © 2002 Apache XML Project. All Rights Reserved.