|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
#include <xml_parser.h>
Public Attributes | |
| enum XMLElementType | type |
| XMLNode | child |
| XMLAttribute | attrib |
| XMLCSTR | text |
| XMLClear | clear |
Definition at line 476 of file xml_parser.h.
| XMLAttribute cmlabs::XMLNodeContents::attrib |
Definition at line 483 of file xml_parser.h.
| XMLNode cmlabs::XMLNodeContents::child |
Definition at line 482 of file xml_parser.h.
| XMLClear cmlabs::XMLNodeContents::clear |
Definition at line 485 of file xml_parser.h.
| XMLCSTR cmlabs::XMLNodeContents::text |
Definition at line 484 of file xml_parser.h.
| enum XMLElementType cmlabs::XMLNodeContents::type |
Definition at line 479 of file xml_parser.h.