Xalan-C++ API Reference 1.12.0
|
The implementation of the default error handling for Xalan. More...
#include <xalanc/XSLT/ProblemListenerDefault.hpp>
Additional Inherited Members | |
![]() | |
typedef eSource | eProblemSource |
![]() | |
enum | eSource { eXMLPARSER = 0 , eXMLParser = 0 , eXSLPROCESSOR = 1 , eXSLTProcessor = 1 , eXPATH = 2 , eXPath = 2 , eSourceCount } |
enum | eClassification { eMESSAGE = 0 , eMessage = 0 , eWARNING = 1 , eWarning = 1 , eERROR = 2 , eError = 2 , eClassificationCount } |
typedef eSource | eProblemSource |
![]() | |
static const XalanMessages::Codes | s_messageCodes [eSourceCount][eClassificationCount] |
The implementation of the default error handling for Xalan.
Definition at line 51 of file ProblemListenerDefault.hpp.
xalanc::ProblemListenerDefault::ProblemListenerDefault | ( | MemoryManager & | theManager, |
PrintWriter * | pw = 0 |
||
) |
|
virtual |
|
inlinestatic |
Definition at line 103 of file ProblemListenerDefault.hpp.
|
inlinestatic |
Definition at line 121 of file ProblemListenerDefault.hpp.
|
static |
|
inline |
Definition at line 97 of file ProblemListenerDefault.hpp.
|
virtual |
Function that is called when a problem event occurs.
source | Either eXMLParser, eXSLProcessor, or eXPATH. |
classification | Either eMessage, eWarning, or eError. |
locator | The current Locator instance for the stylesheet. Maybe be a null pointer. |
sourceNode | The current source node, if any. |
msg | The error message. |
Implements xalanc::ProblemListener.
|
virtual |
Function that is called when a problem event occurs.
This version assumes location information is already formatted into the message.
source | either eXMLPARSER, eXSLPROCESSOR, or eXPATH |
classification | either eMESSAGE, eERROR or eWARNING |
msg | string message explaining the problem. |
Implements xalanc::ProblemListener.
|
virtual |
Function that is called when a problem event occurs.
This function is deprecated. Use the overload with the Locator parameter instead.
source | either eXMLPARSER, eXSLPROCESSOR, or eXPATH |
classification | either eMESSAGE, eERROR or eWARNING |
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. |
charOffset | character offset where the problem. |
Implements xalanc::ProblemListener.
|
virtual |
Implements xalanc::ProblemListener.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Tue Oct 10 2023 15:42:14 for Xalan-C++ API Reference by