#include <OsirixParser.h>
Definition at line 173 of file OsirixParser.h.
OsirixParserErrorHandler::OsirixParserErrorHandler |
( |
| ) |
|
Default Constructor
The Error Handler's interface implementation Default Constructor
Definition at line 499 of file OsirixParser.cxx.
OsirixParserErrorHandler::~OsirixParserErrorHandler |
( |
| ) |
|
void OsirixParserErrorHandler::error |
( |
const SAXParseException & |
exc | ) |
|
|
virtual |
Definition at line 515 of file OsirixParser.cxx.
References errormsg.
520 sprintf_s(c,
"%d",(
int)(exc.getColumnNumber()));
522 sprintf(c,
"%d",(
int)(exc.getColumnNumber()));
529 sprintf_s(c,
"%d",(
int)(exc.getLineNumber()));
531 sprintf(c,
"%d",(
int)(exc.getLineNumber()));
536 errormsg += XMLString::transcode(exc.getMessage());
void OsirixParserErrorHandler::fatalError |
( |
const SAXParseException & |
exc | ) |
|
|
virtual |
Definition at line 540 of file OsirixParser.cxx.
References errormsg.
545 sprintf_s(c,
"%d",(
int)(exc.getColumnNumber()));
547 sprintf(c,
"%d",(
int)(exc.getColumnNumber()));
554 sprintf_s(c,
"%d",(
int)(exc.getLineNumber()));
556 sprintf(c,
"%d",(
int)(exc.getLineNumber()));
561 errormsg += XMLString::transcode(exc.getMessage());
std::string OsirixParserErrorHandler::getErrorMsg |
( |
| ) |
|
void OsirixParserErrorHandler::resetErrors |
( |
| ) |
|
|
virtual |
void OsirixParserErrorHandler::warning |
( |
const SAXParseException & |
exc | ) |
|
|
virtual |
std::string OsirixParserErrorHandler::errormsg |
|
private |
The documentation for this class was generated from the following files:
- /home/davila/Creatis/All/creatools_source/creaContours/lib/kernel_ManagerContour_NDimensions/ParserOsirix/OsirixParser.h
- /home/davila/Creatis/All/creatools_source/creaContours/lib/kernel_ManagerContour_NDimensions/ParserOsirix/OsirixParser.cxx