Coconut XML Framework  beta
Public Attributes
CNXMLDecodeError Struct Reference

Information for XML decode error. More...

#include <CNXMLDecodeError.h>

List of all members.

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.

Detailed Description

Information for XML decode error.


The documentation for this struct was generated from the following file: