BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use TraceListener
weblogic.apache.xalan.trace   
weblogic.apache.xalan.xslt   
 

Uses of TraceListener in weblogic.apache.xalan.trace
 

Classes in weblogic.apache.xalan.trace that implement TraceListener
 class PrintTraceListener
           Implementation of the TraceListener interface that prints each event to standard out as it occurs.
 

Methods in weblogic.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.
 

Uses of TraceListener in weblogic.apache.xalan.xslt
 

Methods in weblogic.apache.xalan.xslt with parameters of type TraceListener
 void XSLTProcessor.addTraceListener(TraceListener tl)
          Add a trace listener for the purposes of debugging and diagnosis.
 void XSLTProcessor.removeTraceListener(TraceListener tl)
          Remove a trace listener.
 void XSLTEngineImpl.addTraceListener(TraceListener tl)
          Add a trace listener for the purposes of debugging and diagnosis.
 void XSLTEngineImpl.removeTraceListener(TraceListener tl)
          Remove a trace listener.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.