Xerces-C++: XMLDOMMsg Class Reference (original) (raw)
#include <[xercesc/util/XMLDOMMsg.hpp](XMLDOMMsg%5F8hpp%5Fsource.html)>
| Static Public Member Functions | |
|---|---|
| static bool | isFatal (const XMLDOMMsg::Codes toCheck) |
| static bool | isWarning (const XMLDOMMsg::Codes toCheck) |
| static bool | isError (const XMLDOMMsg::Codes toCheck) |
| static XMLErrorReporter::ErrTypes | errorType (const XMLDOMMsg::Codes toCheck) |
| static DOMError::ErrorSeverity | DOMErrorType (const XMLDOMMsg::Codes toCheck) |
◆ Codes
| Enumerator |
|---|
| NoError |
| F_LowBounds |
| DOMEXCEPTION_ERRX |
| INDEX_SIZE_ERR |
| DOMSTRING_SIZE_ERR |
| HIERARCHY_REQUEST_ERR |
| WRONG_DOCUMENT_ERR |
| INVALID_CHARACTER_ERR |
| NO_DATA_ALLOWED_ERR |
| NO_MODIFICATION_ALLOWED_ERR |
| NOT_FOUND_ERR |
| NOT_SUPPORTED_ERR |
| INUSE_ATTRIBUTE_ERR |
| INVALID_STATE_ERR |
| SYNTAX_ERR |
| INVALID_MODIFICATION_ERR |
| NAMESPACE_ERR |
| INVALID_ACCESS_ERR |
| VALIDATION_ERR |
| TYPE_MISMATCH_ERR |
| DOMRANGEEXCEPTION_ERRX |
| BAD_BOUNDARYPOINTS_ERR |
| INVALID_NODE_TYPE_ERR |
| DOMLSEXCEPTION_ERRX |
| PARSE_ERR |
| SERIALIZE_ERR |
| DOMXPATHEXCEPTION_ERRX |
| INVALID_EXPRESSION_ERR |
| TYPE_ERR |
| NO_RESULT_ERR |
| Writer_NestedCDATA |
| Writer_NotRepresentChar |
| Writer_NotRecognizedType |
| LSParser_ParseInProgress |
| LSParser_ParsingAborted |
| LSParser_ParsingFailed |
| F_HighBounds |
| W_LowBounds |
| W_HighBounds |
| E_LowBounds |
| E_HighBounds |
◆ DOMErrorType()
◆ errorType()
◆ isError()
| static bool XMLDOMMsg::isError ( const XMLDOMMsg::Codes toCheck) | static |
|---|
References E_HighBounds, and E_LowBounds.
◆ isFatal()
| static bool XMLDOMMsg::isFatal ( const XMLDOMMsg::Codes toCheck) | static |
|---|
References F_HighBounds, and F_LowBounds.
◆ isWarning()
| static bool XMLDOMMsg::isWarning ( const XMLDOMMsg::Codes toCheck) | static |
|---|
References W_HighBounds, and W_LowBounds.
The documentation for this class was generated from the following file: