16 #if !defined(XALAN_XALANTRANSFORMERPROBLEMLISTENER_HEADER_GUARD)
17 #define XALAN_XALANTRANSFORMERPROBLEMLISTENER_HEADER_GUARD
27 #if defined(XALAN_CLASSIC_IOSTREAMS)
40 XALAN_CPP_NAMESPACE_BEGIN
48 #if defined(XALAN_NO_STD_NAMESPACE)
74 const XalanDOMChar* uri,
92 XALAN_CPP_NAMESPACE_END
96 #endif // XALAN_XALANTRANSFORMERPROBLEMLISTENER_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
The implementation of the default error handling for Xalan.
Definition: ProblemListenerDefault.hpp:38
Definition: XalanDOMString.hpp:42
virtual void setPrintWriter(PrintWriter *pw)=0
Set the print writer to which the problem is reported.