#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "tinystr.h"


Go to the source code of this file.
Classes | |
| struct | TiXmlCursor |
| class | TiXmlBase |
| class | TiXmlBase::StringToBuffer |
| struct | TiXmlBase::Entity |
| class | TiXmlNode |
| class | TiXmlAttribute |
| class | TiXmlAttributeSet |
| class | TiXmlElement |
| class | TiXmlComment |
| class | TiXmlText |
| class | TiXmlDeclaration |
| class | TiXmlUnknown |
| class | TiXmlDocument |
| class | TiXmlHandle |
Defines | |
| #define | TIXML_STRING TiXmlString |
| #define | TIXML_OSTREAM TiXmlOutStream |
| #define | TIXML_SAFE |
Enumerations | |
| enum | { TIXML_SUCCESS, TIXML_NO_ATTRIBUTE, TIXML_WRONG_TYPE } |
| enum | TiXmlEncoding { TIXML_ENCODING_UNKNOWN, TIXML_ENCODING_UTF8, TIXML_ENCODING_LEGACY } |
Variables | |
| const int | TIXML_MAJOR_VERSION = 2 |
| const int | TIXML_MINOR_VERSION = 4 |
| const int | TIXML_PATCH_VERSION = 3 |
| const TiXmlEncoding | TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
| #define TIXML_OSTREAM TiXmlOutStream |
| #define TIXML_STRING TiXmlString |
Definition at line 54 of file tinyxml.h.
Referenced by TiXmlAttributeSet::Add(), TiXmlElement::Attribute(), TiXmlBase::GetEntity(), TiXmlDocument::LoadFile(), TiXmlText::Parse(), TiXmlElement::Parse(), TiXmlText::Print(), TiXmlAttribute::Print(), TiXmlBase::PutString(), TiXmlElement::QueryDoubleAttribute(), TiXmlElement::QueryIntAttribute(), TiXmlElement::RemoveAttribute(), and TiXmlElement::SetAttribute().
| anonymous enum |
| enum TiXmlEncoding |
| const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN |
| const int TIXML_MAJOR_VERSION = 2 |
| const int TIXML_MINOR_VERSION = 4 |
| const int TIXML_PATCH_VERSION = 3 |
1.5.6