#include <XBMCTinyXML.h>
|
| CXBMCTinyXML () |
|
| CXBMCTinyXML (const char *) |
|
| CXBMCTinyXML (const std::string &documentName) |
|
| CXBMCTinyXML (const std::string &documentName, const std::string &documentCharset) |
|
bool | LoadFile (TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) |
|
bool | LoadFile (const char *, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) |
|
bool | LoadFile (const std::string &_filename, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) |
|
bool | LoadFile (const std::string &_filename, const std::string &documentCharset) |
|
bool | LoadFile (FILE *, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) |
|
bool | SaveFile (const char *) const |
|
bool | SaveFile (const std::string &filename) const |
|
bool | Parse (const std::string &data, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) |
|
bool | Parse (const std::string &data, const std::string &dataCharset) |
|
std::string | GetSuggestedCharset (void) const |
|
std::string | GetUsedCharset (void) const |
|
|
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 |
( |
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING | ) |
|
§ LoadFile() [2/5]
bool CXBMCTinyXML::LoadFile |
( |
const char * |
_filename, |
|
|
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING |
|
) |
| |
§ LoadFile() [3/5]
bool CXBMCTinyXML::LoadFile |
( |
const std::string & |
_filename, |
|
|
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING |
|
) |
| |
§ LoadFile() [4/5]
bool CXBMCTinyXML::LoadFile |
( |
const std::string & |
_filename, |
|
|
const std::string & |
documentCharset |
|
) |
| |
§ LoadFile() [5/5]
bool CXBMCTinyXML::LoadFile |
( |
FILE * |
f, |
|
|
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING |
|
) |
| |
§ Parse() [1/2]
bool CXBMCTinyXML::Parse |
( |
const std::string & |
data, |
|
|
TiXmlEncoding |
encoding = TIXML_DEFAULT_ENCODING |
|
) |
| |
§ Parse() [2/2]
bool CXBMCTinyXML::Parse |
( |
const std::string & |
data, |
|
|
const std::string & |
dataCharset |
|
) |
| |
§ 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: