|
OpenADFortTk (basic)
|
#include <XAIF_SAXErrorHandler.h>
Public Member Functions | |
| XAIF_SAXErrorHandler () | |
| ~XAIF_SAXErrorHandler () | |
| 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 13 of file XAIF_SAXErrorHandler.h.
Definition at line 15 of file XAIF_SAXErrorHandler.h.
Definition at line 18 of file XAIF_SAXErrorHandler.h.
| void xaif2whirl::XAIF_SAXErrorHandler::error | ( | const xercesc::SAXParseException & | toCatch | ) |
Definition at line 16 of file XAIF_SAXErrorHandler.cxx.
References errors.
| void xaif2whirl::XAIF_SAXErrorHandler::fatalError | ( | const xercesc::SAXParseException & | toCatch | ) |
Definition at line 27 of file XAIF_SAXErrorHandler.cxx.
References errors.
| bool xaif2whirl::XAIF_SAXErrorHandler::getErrors | ( | ) | const [inline] |
Definition at line 31 of file XAIF_SAXErrorHandler.h.
References errors.
Definition at line 37 of file XAIF_SAXErrorHandler.cxx.
References errors.
| void xaif2whirl::XAIF_SAXErrorHandler::warning | ( | const xercesc::SAXParseException & | toCatch | ) |
Definition at line 12 of file XAIF_SAXErrorHandler.cxx.
bool xaif2whirl::XAIF_SAXErrorHandler::errors [private] |
Definition at line 35 of file XAIF_SAXErrorHandler.h.
Referenced by error(), fatalError(), getErrors(), and resetErrors().