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

Packages that use ProblemListener
org.apache.xalan.xpath Infrastructure for processing XPATH expressions 
org.apache.xalan.xpath.dtm Default liaison and XML parser. 
org.apache.xalan.xpath.xml Infrastructure for working with an XML parser. 
org.apache.xalan.xslt The main Xalan-Java package -- facilities for setting up and performing XSL transformations. 
 

Uses of ProblemListener in org.apache.xalan.xpath
 

Methods in org.apache.xalan.xpath that return ProblemListener
 ProblemListener XPath.getProblemListener()
          Get the problem listener property.
 

Methods in org.apache.xalan.xpath with parameters of type ProblemListener
 void XPath.setProblemListener(ProblemListener l)
          Set the problem listener property.
 

Constructors in org.apache.xalan.xpath with parameters of type ProblemListener
XPath.XPath(ProblemListener problemListener)
          Construct a XPath, passing in a problem listener.
 

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

Methods in org.apache.xalan.xpath.dtm with parameters of type ProblemListener
 void DTM.setProblemListener(ProblemListener listener)
          **For internal use only** Set the current problem listener.
 

Constructors in org.apache.xalan.xpath.dtm with parameters of type ProblemListener
DTM.DTM(ProblemListener listener)
          **For internal use only** Construct a DTM.
 

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

Classes in org.apache.xalan.xpath.xml that implement ProblemListener
 class ProblemListenerDefault
           The implementation of the default error handling for Xalan.
 

Methods in org.apache.xalan.xpath.xml that return ProblemListener
 ProblemListener XMLParserLiaisonDefault.getProblemListener()
          Set the current problem listener.
 ProblemListener XMLParserLiaison.getProblemListener()
          Get the current problem listener.
 

Methods in org.apache.xalan.xpath.xml with parameters of type ProblemListener
 void XMLParserLiaisonDefault.setProblemListener(ProblemListener listener)
          Set the current problem listener.
 void XMLParserLiaison.setProblemListener(ProblemListener listener)
          Set the current problem listener.
 

Constructors in org.apache.xalan.xpath.xml with parameters of type ProblemListener
XMLParserLiaisonDefault.XMLParserLiaisonDefault(ProblemListener problemListener)
          Construct an instance.
 

Uses of ProblemListener in org.apache.xalan.xslt
 

Methods in org.apache.xalan.xslt that return ProblemListener
 ProblemListener XSLTProcessor.getProblemListener()
          Get the problem listener property.
 ProblemListener XSLTEngineImpl.getProblemListener()
          **For advanced use only** Get the problem listener property.
 

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



Copyright © 2000 Apache XML Project. All Rights Reserved.