Třídy | |
| class | DynArray |
| struct | Entity |
| class | MemPool |
| class | MemPoolT |
| class | StrPair |
| class | XMLAttribute |
| An attribute is a name-value pair. ... | |
| class | XMLComment |
| An XML Comment. ... | |
| class | XMLConstHandle |
| A variant of the XMLHandle class for working with const XMLNodes and Documents. ... | |
| class | XMLDeclaration |
| In correct XML the declaration is the first entry in the file. ... | |
| class | XMLDocument |
| A Document binds together all the functionality. ... | |
| class | XMLElement |
| The element is a container class. ... | |
| class | XMLHandle |
| A XMLHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. ... | |
| class | XMLNode |
| XMLNode is a base class for every object that is in the XML Document Object Model (DOM), except XMLAttributes. ... | |
| class | XMLPrinter |
| Printing functionality. ... | |
| class | XMLText |
| XML text. ... | |
| class | XMLUnknown |
| Any tag that TinyXML-2 doesn't recognize is saved as an unknown. ... | |
| class | XMLUtil |
| class | XMLVisitor |
| Implements the interface to the "Visitor pattern" (see the Accept() method.) If you call the Accept() method, it requires being passed a XMLVisitor class to handle callbacks. ... | |
Proměnné | |
| static const int | NUM_ENTITIES = 5 |
| static const Entity | entities [NUM_ENTITIES] |
| enum tinyxml2::Whitespace |
| Hodnoty výčtu | |
|---|---|
| PRESERVE_WHITESPACE | |
| COLLAPSE_WHITESPACE | |
Definice je uvedena na řádku 1434 v souboru tinyxml2.h.
| enum tinyxml2::XMLError |
Definice je uvedena na řádku 979 v souboru tinyxml2.h.
|
static |
Definice je uvedena na řádku 74 v souboru tinyxml2.cpp.
|
static |
Definice je uvedena na řádku 73 v souboru tinyxml2.cpp.
Používá se v tinyxml2::StrPair::GetStr(), tinyxml2::XMLPrinter::PrintString() a tinyxml2::XMLPrinter::XMLPrinter().