![](../resources/join.gif)
![Home](../graphics/ext-2-label-3.jpg)
![](../resources/separator.gif)
![Readme](../graphics/index-label-3.jpg)
![Release Info](../graphics/releases-label-3.jpg)
![](../resources/separator.gif)
![Installation](../graphics/install-label-3.jpg)
![Download](../graphics/ext-18-label-3.jpg)
![Build](../graphics/build-label-3.jpg)
![](../resources/separator.gif)
![FAQs](../graphics/faqs-label-3.jpg)
![Samples](../graphics/samples-label-3.jpg)
![API Docs](../graphics/api-label-3.jpg)
![](../resources/separator.gif)
![DOM C++ Binding](../graphics/ext-68-label-3.jpg)
![Programming](../graphics/program-label-3.jpg)
![Migration Guide](../graphics/migrate-label-3.jpg)
![](../resources/separator.gif)
![Feedback](../graphics/feedback-label-3.jpg)
![Bug-Reporting](../graphics/bug-report-label-3.jpg)
![PDF Document](../graphics/pdf-label-3.jpg)
![](../resources/separator.gif)
![CVS Repository](../graphics/ext-100-label-3.jpg)
![Mail Archive](../graphics/ext-102-label-3.jpg)
![](../resources/close.gif)
|
| |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XMLDOMMsg Class ReferenceList of all members.
Public Types |
enum | Codes {
NoError = 0,
F_LowBounds = 1,
DOMEXCEPTION_ERRX = 2,
INDEX_SIZE_ERR = 3,
DOMSTRING_SIZE_ERR = 4,
HIERARCHY_REQUEST_ERR = 5,
WRONG_DOCUMENT_ERR = 6,
INVALID_CHARACTER_ERR = 7,
NO_DATA_ALLOWED_ERR = 8,
NO_MODIFICATION_ALLOWED_ERR = 9,
NOT_FOUND_ERR = 10,
NOT_SUPPORTED_ERR = 11,
INUSE_ATTRIBUTE_ERR = 12,
INVALID_STATE_ERR = 13,
SYNTAX_ERR = 14,
INVALID_MODIFICATION_ERR = 15,
NAMESPACE_ERR = 16,
INVALID_ACCESS_ERR = 17,
VALIDATION_ERR = 18,
DOMRANGEEXCEPTION_ERRX = 19,
BAD_BOUNDARYPOINTS_ERR = 20,
INVALID_NODE_TYPE_ERR = 21,
Writer_NestedCDATA = 22,
Writer_NotRepresentChar = 23,
Writer_NotRecognizedType = 24,
F_HighBounds = 25,
W_LowBounds = 26,
W_HighBounds = 27,
E_LowBounds = 28,
E_HighBounds = 29
} |
Static Public Methods |
bool | isFatal (const XMLDOMMsg::Codes toCheck) |
bool | isWarning (const XMLDOMMsg::Codes toCheck) |
bool | isError (const XMLDOMMsg::Codes toCheck) |
XMLErrorReporter::ErrTypes | errorType (const XMLDOMMsg::Codes toCheck) |
DOMError::ErrorSeverity | DOMErrorType (const XMLDOMMsg::Codes toCheck) |
Member Enumeration Documentation
|
-
Enumeration values:
-
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 |
|
DOMRANGEEXCEPTION_ERRX |
|
BAD_BOUNDARYPOINTS_ERR |
|
INVALID_NODE_TYPE_ERR |
|
Writer_NestedCDATA |
|
Writer_NotRepresentChar |
|
Writer_NotRecognizedType |
|
F_HighBounds |
|
W_LowBounds |
|
W_HighBounds |
|
E_LowBounds |
|
E_HighBounds |
|
|
Member Function Documentation
The documentation for this class was generated from the following file:
|
|
|