List of all members.
Public Types
Public Member Functions
Member Typedef Documentation
Constructor & Destructor Documentation
virtual XalanTransformerProblemListener::~XalanTransformerProblemListener |
( |
| ) |
[virtual] |
Member Function Documentation
Function that is called when a problem event occurs.
- Parameters:
-
where | either in XMLPARSER, XSLPROCESSOR, or QUERYENGINE |
classification | either MESSAGE, ERROR or WARNING |
sourceNode | source tree node where the problem occurred (may be 0) |
styleNode | style tree node where the problem occurred (may be 0) |
msg | string message explaining the problem. |
uri | the URI of the document where the problem occurred. May be 0. |
lineNo | line number where the problem occurred. |
charOffset | character offset where the problem. |
Implements ProblemListener.
virtual void XalanTransformerProblemListener::setPrintWriter |
( |
PrintWriter * |
pw | ) |
[virtual] |
Set the print writer to which the problem is reported.
- Parameters:
-
pw | writer to receive messages |
Implements ProblemListener.
The documentation for this class was generated from the following file: