|
OpenADFortTk (basic)
|
#include <XAIF_DOMErrorHandler.h>
Public Member Functions | |
| XAIF_DOMErrorHandler () | |
| ~XAIF_DOMErrorHandler () | |
| void | warning (const xercesc::SAXParseException &toCatch) |
| void | error (const xercesc::SAXParseException &toCatch) |
| void | fatalError (const xercesc::SAXParseException &toCatch) |
| void | resetErrors () |
| bool | getErrors () const |
Private Attributes | |
| bool | errors |
Definition at line 18 of file XAIF_DOMErrorHandler.h.
Definition at line 21 of file XAIF_DOMErrorHandler.h.
Definition at line 24 of file XAIF_DOMErrorHandler.h.
| void xaif2whirl::XAIF_DOMErrorHandler::error | ( | const xercesc::SAXParseException & | toCatch | ) |
Definition at line 19 of file XAIF_DOMErrorHandler.cxx.
References errors.
| void xaif2whirl::XAIF_DOMErrorHandler::fatalError | ( | const xercesc::SAXParseException & | toCatch | ) |
Definition at line 30 of file XAIF_DOMErrorHandler.cxx.
References errors.
| bool xaif2whirl::XAIF_DOMErrorHandler::getErrors | ( | ) | const [inline] |
Definition at line 37 of file XAIF_DOMErrorHandler.h.
References errors.
Definition at line 40 of file XAIF_DOMErrorHandler.cxx.
References errors.
| void xaif2whirl::XAIF_DOMErrorHandler::warning | ( | const xercesc::SAXParseException & | toCatch | ) |
Definition at line 15 of file XAIF_DOMErrorHandler.cxx.
bool xaif2whirl::XAIF_DOMErrorHandler::errors [private] |
Definition at line 41 of file XAIF_DOMErrorHandler.h.
Referenced by error(), fatalError(), getErrors(), and resetErrors().