Data Structures | |
| struct | DigitalSpaces::DIXMLNode1 |
| The basic XML interface, contains all the functionality common to the XML system. More... | |
| struct | DigitalSpaces::DIXMLElement1 |
| Additional functionality that is supported by an XML Element. More... | |
Enumerations | |
| enum | DigitalSpaces::XMLNodeType { DigitalSpaces::DOCUMENT, DigitalSpaces::ELEMENT, DigitalSpaces::COMMENT, DigitalSpaces::UNKNOWN, DigitalSpaces::TEXT, DigitalSpaces::DECLARATION, DigitalSpaces::TYPECOUNT } |
| Enumeration of the XML node types supported. More... | |
Enumeration of the XML node types supported.
These are taken directly from TinyXML.
1.5.6