This structure is given by the function XMLNode::enumContents. More...
#include <xmlParser.h>
Data Fields | |
| enum XMLElementType | etype |
| This dictates what's the content of the XMLNodeContent. | |
| XMLNode | child |
| XMLAttribute | attrib |
| XMLCSTR | text |
| XMLClear | clear |
This structure is given by the function XMLNode::enumContents.
| enum XMLElementType XMLNodeContents::etype |
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.
1.7.1