16 #if !defined(XALAN_PROBLEMLISTENERDEFAULT_HEADER_GUARD)
17 #define XALAN_PROBLEMLISTENERDEFAULT_HEADER_GUARD
31 XALAN_CPP_NAMESPACE_BEGIN
60 const XalanDOMChar* uri,
76 eClassification classification,
80 const XalanDOMChar* uri,
93 XALAN_CPP_NAMESPACE_END
97 #endif // XALAN_PROBLEMLISTENERDEFAULT_HEADER_GUARD
virtual void problem(eProblemSource where, eClassification classification, const XalanNode *sourceNode, const ElemTemplateElement *styleNode, const XalanDOMString &msg, const XalanDOMChar *uri, int lineNo, int charOffset)=0
Function that is called when a problem event occurs.
Definition: XalanNode.hpp:44
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: ElemTemplateElement.hpp:74
eClassification
Severity of problem.
Definition: ProblemListener.hpp:59
This is the abstract class that the XSL processor uses when it has a problem of some kind...
Definition: ProblemListener.hpp:49
Definition: PrintWriter.hpp:35
eProblemSource
Sources of problem.
Definition: ProblemListener.hpp:54
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
The implementation of the default error handling for Xalan.
Definition: ProblemListenerDefault.hpp:38
Definition: XalanDOMString.hpp:42
PrintWriter * getPrintWriter() const
Definition: ProblemListenerDefault.hpp:67
virtual void setPrintWriter(PrintWriter *pw)=0
Set the print writer to which the problem is reported.