This structure is given by the function XMLNode::enumContents.
Definition at line 648 of file xmlParser.h.
#include <utils/xmlparser/xmlParser.h>
Public Attributes | |
enum XMLElementType | etype |
This dictates what's the content of the XMLNodeContent. More... | |
XMLNode | child |
XMLAttribute | attrib |
XMLCSTR | text |
XMLClear | clear |
XMLAttribute XMLNodeContents::attrib |
Definition at line 654 of file xmlParser.h.
XMLNode XMLNodeContents::child |
Definition at line 653 of file xmlParser.h.
XMLClear XMLNodeContents::clear |
Definition at line 656 of file xmlParser.h.
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.
Definition at line 651 of file xmlParser.h.
XMLCSTR XMLNodeContents::text |
Definition at line 655 of file xmlParser.h.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |