|
MRPT
1.9.9
|
This structure is given by the function XMLNode::enumContents.
Definition at line 940 of file xmlParser.h.
#include <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 947 of file xmlParser.h.
| XMLNode XMLNodeContents::child |
Definition at line 946 of file xmlParser.h.
| XMLClear XMLNodeContents::clear |
Definition at line 949 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 914 of file xmlParser.h.
| XMLCSTR XMLNodeContents::text |
Definition at line 948 of file xmlParser.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 814d80880 Fri Aug 24 01:51:28 2018 +0200 at mar 26 may 2026 12:30:59 CEST |