|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
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 org.apache.xalan.xpath.xml that return ProblemListener | |
ProblemListener |
ProblemListenerDefault.getProblemListener()
|
Methods in org.apache.xalan.xpath.xml with parameters of type ProblemListener | |
void |
ProblemListenerDefault.setProblemListener(ProblemListener l)
|
Constructors in org.apache.xalan.xpath.xml with parameters of type ProblemListener | |
ProblemListenerDefault.ProblemListenerDefault(ProblemListener l)
|
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()
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)
Set the problem listener property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |