BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.apache.xalan.xpath.xml.ProblemListener

Packages that use ProblemListener
weblogic.apache.xalan.xpath.xml   
weblogic.apache.xalan.xslt   
 

Uses of ProblemListener in weblogic.apache.xalan.xpath.xml
 

Classes in weblogic.apache.xalan.xpath.xml that implement ProblemListener
 class ProblemListenerDefault
           This is the interface that the XSL processor calls when it has a problem of some kind, either an error or a warning.
 

Methods in weblogic.apache.xalan.xpath.xml that return ProblemListener
 ProblemListener ProblemListenerDefault.getProblemListener()
           
 

Methods in weblogic.apache.xalan.xpath.xml with parameters of type ProblemListener
 void ProblemListenerDefault.setProblemListener(ProblemListener l)
           
 

Constructors in weblogic.apache.xalan.xpath.xml with parameters of type ProblemListener
ProblemListenerDefault.ProblemListenerDefault(ProblemListener l)
           
 

Uses of ProblemListener in weblogic.apache.xalan.xslt
 

Methods in weblogic.apache.xalan.xslt that return ProblemListener
 ProblemListener XSLTProcessor.getProblemListener()
          Get the problem listener property.
 ProblemListener XSLTEngineImpl.getProblemListener()
          Get the problem listener property.
 

Methods in weblogic.apache.xalan.xslt with parameters of type ProblemListener
 void XSLTProcessor.setProblemListener(ProblemListener l)
          Set the problem listener property.
 void XSLTEngineImpl.setProblemListener(ProblemListener l)
          Set the problem listener property.
 


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.