#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "tinystr.h"
#include "DInterfaceImplementation.h"
Data Structures | |
| struct | TiXmlCursor |
| class | TiXmlBase |
| TiXmlBase is a base class for every class in TinyXml. More... | |
| class | TiXmlBase::StringToBuffer |
| struct | TiXmlBase::Entity |
| 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... | |
Defines | |
| #define | TIXML_LOG printf |
| #define | TIXML_STRING TiXmlString |
| #define | TIXML_OSTREAM TiXmlOutStream |
Enumerations | |
| enum | { TIXML_SUCCESS, TIXML_NO_ATTRIBUTE, TIXML_WRONG_TYPE } |
| #define TIXML_LOG printf |
| #define TIXML_OSTREAM TiXmlOutStream |
| #define TIXML_STRING TiXmlString |
1.5.6