Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Member Functions | Static Public Member Functions | List of all members
ProblemListenerDefault Class Reference

The implementation of the default error handling for Xalan. More...

Inheritance diagram for ProblemListenerDefault:
ProblemListener

Public Member Functions

 ProblemListenerDefault (MemoryManagerType &theManager, PrintWriter *pw=0)
 
virtual ~ProblemListenerDefault ()
 
virtual void setPrintWriter (PrintWriter *pw)
 Set the print writer to which the problem is reported. More...
 
virtual void problem (eProblemSource where, eClassification classification, const XalanNode *sourceNode, const ElemTemplateElement *styleNode, const XalanDOMString &msg, const XalanDOMChar *uri, int lineNo, int charOffset)
 Function that is called when a problem event occurs. More...
 
PrintWritergetPrintWriter () const
 
- Public Member Functions inherited from ProblemListener
 ProblemListener ()
 
virtual ~ProblemListener ()
 

Static Public Member Functions

static void problem (PrintWriter &pw, eProblemSource where, eClassification classification, const XalanNode *sourceNode, const ElemTemplateElement *styleNode, const XalanDOMString &msg, const XalanDOMChar *uri, int lineNo, int charOffset)
 

Additional Inherited Members

- Public Types inherited from ProblemListener
enum  eProblemSource { eXMLPARSER = 1, eXSLPROCESSOR = 2, eXPATH = 3 }
 Sources of problem. More...
 
enum  eClassification { eMESSAGE = 0, eWARNING = 1, eERROR = 2 }
 Severity of problem. More...
 

Detailed Description

The implementation of the default error handling for Xalan.

Constructor & Destructor Documentation

ProblemListenerDefault::ProblemListenerDefault ( MemoryManagerType theManager,
PrintWriter pw = 0 
)
virtual ProblemListenerDefault::~ProblemListenerDefault ( )
virtual

Member Function Documentation

PrintWriter* ProblemListenerDefault::getPrintWriter ( ) const
virtual void ProblemListenerDefault::problem ( eProblemSource  where,
eClassification  classification,
const XalanNode sourceNode,
const ElemTemplateElement styleNode,
const XalanDOMString msg,
const XalanDOMChar *  uri,
int  lineNo,
int  charOffset 
)
virtual

Function that is called when a problem event occurs.

Parameters
whereeither in XMLPARSER, XSLPROCESSOR, or QUERYENGINE
classificationeither MESSAGE, ERROR or WARNING
sourceNodesource tree node where the problem occurred (may be 0)
styleNodestyle tree node where the problem occurred (may be 0)
msgstring message explaining the problem.
urithe URI of the document where the problem occurred. May be 0.
lineNoline number where the problem occurred.
charOffsetcharacter offset where the problem.

Implements ProblemListener.

static void ProblemListenerDefault::problem ( PrintWriter pw,
eProblemSource  where,
eClassification  classification,
const XalanNode sourceNode,
const ElemTemplateElement styleNode,
const XalanDOMString msg,
const XalanDOMChar *  uri,
int  lineNo,
int  charOffset 
)
static
virtual void ProblemListenerDefault::setPrintWriter ( PrintWriter pw)
virtual

Set the print writer to which the problem is reported.

Parameters
pwwriter to receive messages

Implements 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.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo