|
Coconut XML Framework
beta
|
Information for XML decode error. More...
#include <CNXMLDecodeError.h>
Public Attributes | |
| CNXMLDecodeErrorType | errorType |
| Type of decode error. | |
| xmlNodePtr | errorNode |
| The XML node whose has error. | |
| union { | |
| struct { | |
| const xmlChar * requiredElementName | |
| Required element name. | |
| } invalidElementName | |
| Context of CNXMLInvalidElementNameError. | |
| struct { | |
| const xmlChar * requiredElementName | |
| Required element name. | |
| } childIsNotFound | |
| Context of CNXMLChildIsNotFoundError. | |
| struct { | |
| const xmlChar * requiredAttributeName | |
| Required attribute name. | |
| } noAttributeName | |
| Context of CNXMLNoAttributeNameError. | |
| struct { | |
| const xmlChar * attributeName | |
| Attribute name. | |
| const xmlChar * invalidValue | |
| Invalid attribute value. | |
| } invalidAttributeValue | |
| Context of CNXMLInvalidAttributeValue. | |
| } | context |
| Error information for each errors. | |
Information for XML decode error.
1.7.5.1