Data Fields

XMLNodeContents Struct Reference

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

Detailed Description

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


Field Documentation

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.


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