#include <XercesErrorHandler.hpp>
|
| | XercesErrorHandler (const std::string &_userFile, const std::string &_tmpFile, int _numPrefixLines, bool _verbose) |
| |
| void | error (const XERCES_CPP_NAMESPACE::SAXParseException &e) |
| |
| void | fatalError (const XERCES_CPP_NAMESPACE::SAXParseException &e) |
| |
| void | warning (const XERCES_CPP_NAMESPACE::SAXParseException &e) |
| |
| void | resetErrors () |
| |
|
| static void | report (std::ostream &estream, const char *prefix, const char *fileType, const XERCES_CPP_NAMESPACE::SAXParseException &e, const char *alternateFile=0, int numPrefixLines=0) |
| |
Definition at line 65 of file XercesErrorHandler.hpp.
◆ XercesErrorHandler()
| XercesErrorHandler::XercesErrorHandler |
( |
const std::string & |
_userFile, |
|
|
const std::string & |
_tmpFile, |
|
|
int |
_numPrefixLines, |
|
|
bool |
_verbose |
|
) |
| |
|
inline |
◆ error()
| void XercesErrorHandler::error |
( |
const XERCES_CPP_NAMESPACE::SAXParseException & |
e | ) |
|
◆ fatalError()
| void XercesErrorHandler::fatalError |
( |
const XERCES_CPP_NAMESPACE::SAXParseException & |
e | ) |
|
◆ report()
| void XercesErrorHandler::report |
( |
std::ostream & |
estream, |
|
|
const char * |
prefix, |
|
|
const char * |
fileType, |
|
|
const XERCES_CPP_NAMESPACE::SAXParseException & |
e, |
|
|
const char * |
alternateFile = 0, |
|
|
int |
numPrefixLines = 0 |
|
) |
| |
|
static |
◆ resetErrors()
| void XercesErrorHandler::resetErrors |
( |
| ) |
|
|
inline |
◆ warning()
| void XercesErrorHandler::warning |
( |
const XERCES_CPP_NAMESPACE::SAXParseException & |
e | ) |
|
◆ numPrefixLines
| int XercesErrorHandler::numPrefixLines |
|
private |
◆ tmpFile
| std::string XercesErrorHandler::tmpFile |
|
private |
◆ userFile
| std::string XercesErrorHandler::userFile |
|
private |
◆ verbose
| bool XercesErrorHandler::verbose |
|
private |
The documentation for this class was generated from the following files: