TiXmlNode implements DigitalSpaces::DIXMLNode1 and TiXmlElement implements DigitalSpaces::DIXMLElement1.
Data Structures | |
| struct | TiXmlCursor |
| class | TiXmlBase |
| TiXmlBase is a base class for every class in TinyXml. More... | |
| class | TiXmlNode |
| The parent class for everything in the Document Object Model. More... | |
| class | TiXmlAttribute |
| An attribute is a name-value pair. More... | |
| class | TiXmlAttributeSet |
| class | TiXmlElement |
| The element is a container class. More... | |
| class | TiXmlComment |
| An XML comment. More... | |
| class | TiXmlText |
| XML text. More... | |
| class | TiXmlDeclaration |
| In correct XML the declaration is the first entry in the file. More... | |
| class | TiXmlUnknown |
| Any tag that tinyXml doesn't recognize is saved as an unknown. More... | |
| class | TiXmlDocument |
| Always the top level node. More... | |
| class | TiXmlHandle |
| A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. More... | |
Enumerations | |
| enum | { TIXML_SUCCESS, TIXML_NO_ATTRIBUTE, TIXML_WRONG_TYPE } |
1.5.6