#include <ctype.h>
#include <stddef.h>
#include "FWCore/Utilities/interface/tinyxml.h"
Go to the source code of this file.
Classes | |
class | TiXmlParsingData |
Defines | |
#define | TIXML_USE_STL |
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 |
#define TIXML_USE_STL |
Definition at line 28 of file tinyxmlparser.cc.
const unsigned char TIXML_UTF_LEAD_0 = 0xefU |
Definition at line 66 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 67 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 68 of file tinyxmlparser.cc.
Referenced by TiXmlDocument::Parse(), TiXmlDocument::SaveFile(), TiXmlBase::SkipWhiteSpace(), and TiXmlParsingData::Stamp().