#include <DOMTreeErrorReporter.h>
Public Member Functions | |
DOMTreeErrorReporter () | |
~DOMTreeErrorReporter () | |
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 |
Public Attributes | |
bool | fSawErrors |
This is set if we get any errors, and is queryable via a getter method. | |
ILOG_VAR_DEC |
Definition at line 51 of file DOMTreeErrorReporter.h.