Hall-D Software
alpha
|
#include <XParsers.hpp>
Public Member Functions | |
MyOwnErrorHandler () | |
~MyOwnErrorHandler () | |
bool | getSawErrors () const |
void | warning (const xercesc::SAXParseException &e) |
void | error (const xercesc::SAXParseException &e) |
void | fatalError (const xercesc::SAXParseException &e) |
void | resetErrors () |
Private Member Functions | |
MyOwnErrorHandler (const MyOwnErrorHandler &) | |
void | operator= (const MyOwnErrorHandler &) |
Private Attributes | |
bool | fSawErrors |
Definition at line 31 of file XParsers.hpp.
MyOwnErrorHandler::MyOwnErrorHandler | ( | ) |
Definition at line 218 of file XParsers.cpp.
MyOwnErrorHandler::~MyOwnErrorHandler | ( | ) |
Definition at line 223 of file XParsers.cpp.
|
private |
void MyOwnErrorHandler::error | ( | const xercesc::SAXParseException & | e | ) |
Definition at line 229 of file XParsers.cpp.
References fSawErrors, and S.
void MyOwnErrorHandler::fatalError | ( | const xercesc::SAXParseException & | e | ) |
Definition at line 241 of file XParsers.cpp.
References fSawErrors, and S.
|
inline |
Definition at line 52 of file XParsers.hpp.
References fSawErrors.
Referenced by parseInputDocument().
|
private |
void MyOwnErrorHandler::resetErrors | ( | ) |
Definition at line 264 of file XParsers.cpp.
void MyOwnErrorHandler::warning | ( | const xercesc::SAXParseException & | e | ) |
Definition at line 253 of file XParsers.cpp.
References S.
|
private |
Definition at line 49 of file XParsers.hpp.
Referenced by error(), fatalError(), and getSawErrors().