|
BOSS 8.0.0
BESIII Offline Software System
|
#include <XmlErrorHandler.h>
Public Member Functions | |
| XmlErrorHandler (bool throwErrors=false) | |
| ~XmlErrorHandler () | |
| void | warning (const SAXParseException &exception) |
| Keep count of warnings seen. | |
| void | error (const SAXParseException &exception) |
| Output row, column of parse error and increment counter. | |
| void | fatalError (const SAXParseException &exception) |
| Output row, column of fatal parse error and increment counter. | |
| void | resetErrors () |
| Clear counters. | |
| int | getWarningCount () const |
| int | getErrorCount () const |
| int | getFatalCount () const |
| XmlErrorHandler (bool throwErrors=false) | |
| ~XmlErrorHandler () | |
| void | warning (const SAXParseException &exception) |
| Keep count of warnings seen. | |
| void | error (const SAXParseException &exception) |
| Output row, column of parse error and increment counter. | |
| void | fatalError (const SAXParseException &exception) |
| Output row, column of fatal parse error and increment counter. | |
| void | resetErrors () |
| Clear counters. | |
| int | getWarningCount () const |
| int | getErrorCount () const |
| int | getFatalCount () const |
| XmlErrorHandler (bool throwErrors=false) | |
| ~XmlErrorHandler () | |
| void | warning (const SAXParseException &exception) |
| Keep count of warnings seen. | |
| void | error (const SAXParseException &exception) |
| Output row, column of parse error and increment counter. | |
| void | fatalError (const SAXParseException &exception) |
| Output row, column of fatal parse error and increment counter. | |
| void | resetErrors () |
| Clear counters. | |
| int | getWarningCount () const |
| int | getErrorCount () const |
| int | getFatalCount () const |
This class handles errors during parsing of an xml file. By default output will go to cerr, but if throwErrors is set to true an exception of type xml::ParseException will be thrown instead
Definition at line 39 of file Calibration/xmlBase/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 42 of file Calibration/xmlBase/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 45 of file Calibration/xmlBase/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 42 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 45 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 42 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 45 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/XmlErrorHandler.h.
| void XmlErrorHandler::error | ( | const SAXParseException & | exception | ) |
Output row, column of parse error and increment counter.
Definition at line 15 of file XmlErrorHandler.cxx.
| void xmlBase::XmlErrorHandler::error | ( | const SAXParseException & | exception | ) |
Output row, column of parse error and increment counter.
| void xmlBase::XmlErrorHandler::error | ( | const SAXParseException & | exception | ) |
Output row, column of parse error and increment counter.
| void XmlErrorHandler::fatalError | ( | const SAXParseException & | exception | ) |
Output row, column of fatal parse error and increment counter.
Definition at line 38 of file XmlErrorHandler.cxx.
| void xmlBase::XmlErrorHandler::fatalError | ( | const SAXParseException & | exception | ) |
Output row, column of fatal parse error and increment counter.
| void xmlBase::XmlErrorHandler::fatalError | ( | const SAXParseException & | exception | ) |
Output row, column of fatal parse error and increment counter.
|
inline |
Definition at line 59 of file Calibration/xmlBase/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 59 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 59 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 60 of file Calibration/xmlBase/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 60 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 60 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 58 of file Calibration/xmlBase/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 58 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/XmlErrorHandler.h.
|
inline |
Definition at line 58 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/XmlErrorHandler.h.
| void XmlErrorHandler::resetErrors | ( | ) |
Clear counters.
Definition at line 73 of file XmlErrorHandler.cxx.
Referenced by XmlErrorHandler().
| void xmlBase::XmlErrorHandler::resetErrors | ( | ) |
Clear counters.
| void xmlBase::XmlErrorHandler::resetErrors | ( | ) |
Clear counters.
| void XmlErrorHandler::warning | ( | const SAXParseException & | exception | ) |
| void xmlBase::XmlErrorHandler::warning | ( | const SAXParseException & | exception | ) |
Keep count of warnings seen.
| void xmlBase::XmlErrorHandler::warning | ( | const SAXParseException & | exception | ) |
Keep count of warnings seen.