ALBA
|
#include <mmuDOMTreeErrorReporter.h>
Public Member Functions | |
mmuDOMTreeErrorReporter () | |
~mmuDOMTreeErrorReporter () | |
void | warning (const XERCES_CPP_NAMESPACE_QUALIFIER SAXParseException &toCatch) |
void | error (const XERCES_CPP_NAMESPACE_QUALIFIER SAXParseException &toCatch) |
void | fatalError (const XERCES_CPP_NAMESPACE_QUALIFIER SAXParseException &toCatch) |
void | resetErrors () |
bool | GetSawErrors () const |
void | SetTestMode (bool enable) |
class name: mmuDOMTreeErrorReporter Utility class to catch XML error rised while parsing XML
Definition at line 31 of file mmuDOMTreeErrorReporter.h.
|
inline |
constructor
Definition at line 35 of file mmuDOMTreeErrorReporter.h.
|
inline |
destructor
Definition at line 37 of file mmuDOMTreeErrorReporter.h.
void mmuDOMTreeErrorReporter::warning | ( | const XERCES_CPP_NAMESPACE_QUALIFIER SAXParseException & | toCatch | ) |
Implementation of the warning handler interface.
void mmuDOMTreeErrorReporter::error | ( | const XERCES_CPP_NAMESPACE_QUALIFIER SAXParseException & | toCatch | ) |
Implementation of the error handler interface.
void mmuDOMTreeErrorReporter::fatalError | ( | const XERCES_CPP_NAMESPACE_QUALIFIER SAXParseException & | toCatch | ) |
Implementation of the fatal error handler interface.
void mmuDOMTreeErrorReporter::resetErrors | ( | ) |
reset error flag
|
inline |
retrieve error flag
Definition at line 49 of file mmuDOMTreeErrorReporter.h.
|
inline |
set test modality in order to skip, problematic log messages
Definition at line 51 of file mmuDOMTreeErrorReporter.h.