Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALAN_PROBLEMLISTENER_HEADER_GUARD)
19 #define XALAN_PROBLEMLISTENER_HEADER_GUARD
32 XALAN_CPP_NAMESPACE_BEGIN
69 const Locator* locator,
104 const XalanDOMChar* uri,
106 XalanFileLoc charOffset) = 0;
111 XALAN_CPP_NAMESPACE_END
115 #endif // XALAN_PROBLEMLISTENER_HEADER_GUARD
virtual void problem(eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode)=0
Function that is called when a problem event occurs.
This is the abstract class that is used when reporting a problem some kind, that requires a message,...
virtual ~ProblemListener()
#define XALAN_XSLT_EXPORT
virtual void problem(eSource source, eClassification classification, const XalanNode *sourceNode, const ElemTemplateElement *styleNode, const XalanDOMString &msg, const XalanDOMChar *uri, XalanFileLoc lineNo, XalanFileLoc charOffset)=0
Function that is called when a problem event occurs.
virtual void problem(eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)=0
Function that is called when a problem event occurs.
This is the abstract class that the XSL processor uses when it has a problem of some kind,...
virtual void setPrintWriter(PrintWriter *pw)=0
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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|