GDBMS 1.0
Public Attributes
XMLNodeContents Struct Reference

This structure is given by the function XMLNode::enumContents. More...

#include <xmlParser.h>

List of all members.

Public Attributes

enum XMLElementType etype
 This dictates what's the content of the XMLNodeContent.
XMLNode child
XMLAttribute attrib
XMLCSTR text
XMLClear clear

Detailed Description

This structure is given by the function XMLNode::enumContents.

Definition at line 538 of file xmlParser.h.


Member Data Documentation

Definition at line 544 of file xmlParser.h.

Definition at line 543 of file xmlParser.h.

Definition at line 546 of file xmlParser.h.

This dictates what's the content of the XMLNodeContent.

should be an union to access the appropriate data. Compiler does not allow union of object with constructor... too bad.

Definition at line 541 of file xmlParser.h.

Definition at line 545 of file xmlParser.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines