#include <XBMCTinyXML.h>
|
bool | TryParse (const std::string &data, const std::string &tryDataCharset) |
|
bool | InternalParse (const std::string &rawdata, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) |
|
◆ CXBMCTinyXML() [1/4]
CXBMCTinyXML::CXBMCTinyXML |
( |
| ) |
|
◆ CXBMCTinyXML() [2/4]
CXBMCTinyXML::CXBMCTinyXML |
( |
const char * |
documentName | ) |
|
|
explicit |
◆ CXBMCTinyXML() [3/4]
CXBMCTinyXML::CXBMCTinyXML |
( |
const std::string & |
documentName | ) |
|
|
explicit |
◆ CXBMCTinyXML() [4/4]
CXBMCTinyXML::CXBMCTinyXML |
( |
const std::string & |
documentName, |
|
|
const std::string & |
documentCharset |
|
) |
| |
◆ GetSuggestedCharset()
std::string CXBMCTinyXML::GetSuggestedCharset |
( |
void |
| ) |
const |
|
inline |
◆ GetUsedCharset()
std::string CXBMCTinyXML::GetUsedCharset |
( |
void |
| ) |
const |
|
inline |
◆ InternalParse()
bool CXBMCTinyXML::InternalParse |
( |
const std::string & |
rawdata, |
|
|
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING |
|
) |
| |
|
protected |
◆ LoadFile() [1/5]
bool CXBMCTinyXML::LoadFile |
( |
const char * |
_filename, |
|
|
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING |
|
) |
| |
◆ LoadFile() [2/5]
bool CXBMCTinyXML::LoadFile |
( |
const std::string & |
_filename, |
|
|
const std::string & |
documentCharset |
|
) |
| |
◆ LoadFile() [3/5]
bool CXBMCTinyXML::LoadFile |
( |
const std::string & |
_filename, |
|
|
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING |
|
) |
| |
◆ LoadFile() [4/5]
bool CXBMCTinyXML::LoadFile |
( |
FILE * |
f, |
|
|
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING |
|
) |
| |
◆ LoadFile() [5/5]
bool CXBMCTinyXML::LoadFile |
( |
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING | ) |
|
◆ Parse() [1/2]
bool CXBMCTinyXML::Parse |
( |
const std::string & |
data, |
|
|
const std::string & |
dataCharset |
|
) |
| |
◆ Parse() [2/2]
bool CXBMCTinyXML::Parse |
( |
const std::string & |
data, |
|
|
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING |
|
) |
| |
◆ SaveFile() [1/2]
bool CXBMCTinyXML::SaveFile |
( |
const char * |
_filename | ) |
const |
◆ SaveFile() [2/2]
bool CXBMCTinyXML::SaveFile |
( |
const std::string & |
filename | ) |
const |
◆ Test()
bool CXBMCTinyXML::Test |
( |
| ) |
|
|
static |
◆ TryParse()
bool CXBMCTinyXML::TryParse |
( |
const std::string & |
data, |
|
|
const std::string & |
tryDataCharset |
|
) |
| |
|
protected |
◆ m_SuggestedCharset
std::string CXBMCTinyXML::m_SuggestedCharset |
|
protected |
◆ m_UsedCharset
std::string CXBMCTinyXML::m_UsedCharset |
|
protected |
The documentation for this class was generated from the following files: