The implementation of the default error handling for Xalan. More...
#include <ProblemListenerDefault.hpp>
Inheritance diagram for ProblemListenerDefault:
Collaboration diagram for ProblemListenerDefault:
The implementation of the default error handling for Xalan.
|
|
|
Function that is called when a problem event occurs.
where | either in XMLPARSER, XSLPROCESSOR, or QUERYENGINE |
classification | either MESSAGE, ERROR or WARNING |
styleNode | style tree node where the problem occurred (may be null) |
sourceNode | source tree node where the problem occurred (may be null) |
msg | string message explaining the problem. |
lineNo | line number where the problem occurred, if it is known, else zero |
charOffset | character offset where the problem, occurred if it is known, else zero |
Reimplemented from ProblemListener.
|
Set the print writer to which the problem is reported.
pw | writer to receive messages |
Reimplemented from ProblemListener.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSL Transformer Version 1.0 |
|