|
Marlin
01.17.01
|
Include dependency graph for tinyxmlparser.cc:Go to the source code of this file.
Classes | |
| class | TiXmlParsingData |
Variables | |
| const unsigned char | TIXML_UTF_LEAD_0 = 0xefU |
| const unsigned char | TIXML_UTF_LEAD_1 = 0xbbU |
| const unsigned char | TIXML_UTF_LEAD_2 = 0xbfU |
| const unsigned char TIXML_UTF_LEAD_0 = 0xefU |
Definition at line 70 of file tinyxmlparser.cc.
Referenced by TiXmlDocument::Parse(), TiXmlDocument::SaveFile(), TiXmlBase::SkipWhiteSpace(), and TiXmlParsingData::Stamp().
| const unsigned char TIXML_UTF_LEAD_1 = 0xbbU |
Definition at line 71 of file tinyxmlparser.cc.
Referenced by TiXmlDocument::Parse(), TiXmlDocument::SaveFile(), TiXmlBase::SkipWhiteSpace(), and TiXmlParsingData::Stamp().
| const unsigned char TIXML_UTF_LEAD_2 = 0xbfU |
Definition at line 72 of file tinyxmlparser.cc.
Referenced by TiXmlDocument::Parse(), TiXmlDocument::SaveFile(), TiXmlBase::SkipWhiteSpace(), and TiXmlParsingData::Stamp().
1.8.5