#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <string>
#include <iostream>
#include <sstream>
Go to the source code of this file.
#define TIXML_STRING std::string |
Definition at line 57 of file tinyxml.h.
Referenced by TiXmlAttributeSet::Add(), TiXmlBase::GetEntity(), TiXmlDocument::LoadFile(), operator>>(), TiXmlElement::Parse(), TiXmlText::Parse(), TiXmlAttribute::Print(), TiXmlText::Print(), TiXmlElement::RemoveAttribute(), TiXmlElement::SetAttribute(), and TiXmlPrinter::Visit().
Enumerator |
---|
TIXML_SUCCESS |
|
TIXML_NO_ATTRIBUTE |
|
TIXML_WRONG_TYPE |
|
Definition at line 158 of file tinyxml.h.
Enumerator |
---|
TIXML_ENCODING_UNKNOWN |
|
TIXML_ENCODING_UTF8 |
|
TIXML_ENCODING_LEGACY |
|
Definition at line 167 of file tinyxml.h.
const int TIXML_MAJOR_VERSION = 2 |
const int TIXML_MINOR_VERSION = 5 |
const int TIXML_PATCH_VERSION = 3 |