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

Packages that use ProblemListener
org.apache.xalan.xpath.xml Infrastructure for working with an XML parser. 
org.apache.xalan.xslt The main Xalan-Java 1 compatability package -- facilities for setting up and performing XSL transformations. 
 

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

Classes in org.apache.xalan.xpath.xml that implement ProblemListener
 class ProblemListenerDefault
          Deprecated. This compatibility layer will be removed in later releases.
 

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

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

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

Uses of ProblemListener in org.apache.xalan.xslt
 

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

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



Copyright © 2001 Apache XML Project. All Rights Reserved.