#include <xmlflowexception.hpp>
Definition at line 153 of file xmlflowexception.hpp.
Public Methods | |
XDFLSaxErrorReporter (const char *p_pszParseName) | |
Constructor. | |
~XDFLSaxErrorReporter () | |
Destructor. | |
void | warning (const SAXParseException &toCatch) |
Receives notifications of warnings. | |
void | error (const SAXParseException &toCatch) |
Receives notifications of errors. | |
void | fatalError (const SAXParseException &toCatch) |
Receives notifications of fatal errors. | |
void | resetErrors () |
Resets errors flag. | |
bool | getSawErrors () |
Returns true if an error occured. |
|
Constructor.
Definition at line 167 of file xmlflowexception.cpp. References DEBUG_CREATE, importCharBuffer(), and resetErrors(). |
|
Destructor.
Definition at line 178 of file xmlflowexception.cpp. References DEBUG_DEL, and releaseCharBuffer(). |
|
Receives notifications of errors.
Definition at line 198 of file xmlflowexception.cpp. References concatCharBuffer(), copyCharBuffer(), DEBUG_FUNC, releaseCharBuffer(), and XSTR(). |
|
Receives notifications of fatal errors.
Definition at line 228 of file xmlflowexception.cpp. References concatCharBuffer(), copyCharBuffer(), DEBUG_FUNC, releaseCharBuffer(), and XSTR(). |
|
Returns true if an error occured.
Definition at line 271 of file xmlflowexception.cpp. References DEBUG_FUNC. |
|
Resets errors flag.
Definition at line 259 of file xmlflowexception.cpp. References DEBUG_FUNC. Referenced by XDFLSaxErrorReporter(). |
|
Receives notifications of warnings.
Definition at line 190 of file xmlflowexception.cpp. References DEBUG_FUNC. |