Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.4

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XalanTransformerProblemListener Class Reference

#include <XalanTransformerProblemListener.hpp>

Inheritance diagram for XalanTransformerProblemListener:

ProblemListener Collaboration diagram for XalanTransformerProblemListener:

List of all members.

Public Methods


Detailed Description


Constructor & Destructor Documentation

XalanTransformerProblemListener::XalanTransformerProblemListener ( std::ostream * theWarningStream,
PrintWriter * thePrintWriter)

virtual XalanTransformerProblemListener::~XalanTransformerProblemListener () [virtual]


Member Function Documentation

virtual void XalanTransformerProblemListener::problem ( eProblemSource where,
eClassification classification,
const XalanNode * sourceNode,
const XalanNode * styleNode,
const XalanDOMString & msg,
const XalanDOMChar * uri,
int lineNo,
int charOffset) [virtual]

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, if it is known, else -1
charOffset   character offset where the problem, occurred if it is known, else -1

Reimplemented from ProblemListener.

virtual void XalanTransformerProblemListener::setPrintWriter ( PrintWriter * pw) [virtual]

Set the print writer to which the problem is reported.

Parameters:
pw   writer to receive messages

Reimplemented from ProblemListener.


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.4
Copyright © 2000, 2001, 2002 The Apache Software Foundation. All Rights Reserved.