LLC2_API
|
This structure is given by the function XMLNode::enumContents. More...
#include <xmlParser.h>
Public Attributes | |
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.
Definition at line 601 of file xmlParser.h.
Definition at line 607 of file xmlParser.h.
Referenced by XMLNode::enumContents().
Definition at line 606 of file xmlParser.h.
Referenced by XMLNode::enumContents().
Definition at line 609 of file xmlParser.h.
Referenced by XMLNode::enumContents().
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 604 of file xmlParser.h.
Referenced by XMLNode::enumContents().
XMLCSTR XMLNodeContents::text |
Definition at line 608 of file xmlParser.h.
Referenced by XMLNode::enumContents().