Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XMLUtils Member List

This is the complete list of members for XMLUtils, including all inherited members.

GetAdditiveString(const TiXmlNode *rootNode, const char *tag, const std::string &separator, std::string &value, bool clear=false)XMLUtilsstatic
GetAdditiveString(const tinyxml2::XMLNode *rootNode, const char *tag, const std::string &separator, std::string &value, bool clear=false)XMLUtilsstatic
GetAttribute(const TiXmlElement *element, const char *tag)XMLUtilsstatic
GetAttribute(const tinyxml2::XMLElement *element, const char *tag)XMLUtilsstatic
GetBoolean(const TiXmlNode *pRootNode, const char *strTag, bool &bBoolValue)XMLUtilsstatic
GetBoolean(const tinyxml2::XMLNode *rootNode, const char *tag, bool &value)XMLUtilsstatic
GetDate(const TiXmlNode *pRootNode, const char *strTag, CDateTime &date)XMLUtilsstatic
GetDate(const tinyxml2::XMLNode *rootNode, const char *tag, CDateTime &date)XMLUtilsstatic
GetDateTime(const TiXmlNode *pRootNode, const char *strTag, CDateTime &dateTime)XMLUtilsstatic
GetDateTime(const tinyxml2::XMLNode *rootNode, const char *tag, CDateTime &dateTime)XMLUtilsstatic
GetDouble(const TiXmlNode *pRootNode, const char *strTag, double &value)XMLUtilsstatic
GetDouble(const tinyxml2::XMLNode *rootNode, const char *tag, double &value)XMLUtilsstatic
GetFloat(const TiXmlNode *pRootNode, const char *strTag, float &value)XMLUtilsstatic
GetFloat(const tinyxml2::XMLNode *rootNode, const char *tag, float &value)XMLUtilsstatic
GetFloat(const TiXmlNode *pRootNode, const char *strTag, float &value, const float min, const float max)XMLUtilsstatic
GetFloat(const tinyxml2::XMLNode *rootNode, const char *tag, float &value, const float min, const float max)XMLUtilsstatic
GetHex(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwHexValue)XMLUtilsstatic
GetHex(const tinyxml2::XMLNode *rootNode, const char *tag, uint32_t &value)XMLUtilsstatic
GetInt(const TiXmlNode *pRootNode, const char *strTag, int &iIntValue)XMLUtilsstatic
GetInt(const tinyxml2::XMLNode *rootNode, const char *tag, int &value)XMLUtilsstatic
GetInt(const TiXmlNode *pRootNode, const char *strTag, int &iIntValue, const int min, const int max)XMLUtilsstatic
GetInt(const tinyxml2::XMLNode *rootNode, const char *tag, int &value, const int min, const int max)XMLUtilsstatic
GetLong(const TiXmlNode *pRootNode, const char *strTag, long &lLongValue)XMLUtilsstatic
GetLong(const tinyxml2::XMLNode *rootNode, const char *tag, long &value)XMLUtilsstatic
GetPath(const TiXmlNode *pRootNode, const char *strTag, std::string &strStringValue)XMLUtilsstatic
GetPath(const tinyxml2::XMLNode *rootNode, const char *tag, std::string &value)XMLUtilsstatic
GetString(const TiXmlNode *pRootNode, const char *strTag, std::string &strStringValue)XMLUtilsstatic
GetString(const tinyxml2::XMLNode *rootNode, const char *tag, std::string &value)XMLUtilsstatic
GetString(const TiXmlNode *pRootNode, const char *strTag)XMLUtilsstatic
GetString(const tinyxml2::XMLNode *rootNode, const char *tag)XMLUtilsstatic
GetStringArray(const TiXmlNode *rootNode, const char *tag, std::vector< std::string > &arrayValue, bool clear=false, const std::string &separator="")XMLUtilsstatic
GetStringArray(const tinyxml2::XMLNode *rootNode, const char *tag, std::vector< std::string > &value, bool clear=false, const std::string &separator="")XMLUtilsstatic
GetUInt(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwUIntValue)XMLUtilsstatic
GetUInt(const tinyxml2::XMLNode *rootNode, const char *tag, uint32_t &value)XMLUtilsstatic
GetUInt(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwUIntValue, const uint32_t min, const uint32_t max)XMLUtilsstatic
GetUInt(const tinyxml2::XMLNode *rootNode, const char *tag, uint32_t &value, const uint32_t min, const uint32_t max)XMLUtilsstatic
HasChild(const TiXmlNode *pRootNode, const char *strTag)XMLUtilsstatic
HasChild(const tinyxml2::XMLNode *rootNode, const char *tag)XMLUtilsstatic
path_versionXMLUtilsstatic
SetAdditiveString(TiXmlNode *pRootNode, const char *strTag, const std::string &strSeparator, const std::string &strValue)XMLUtilsstatic
SetAdditiveString(tinyxml2::XMLNode *rootNode, const char *tag, const std::string &separator, const std::string &value)XMLUtilsstatic
SetBoolean(TiXmlNode *pRootNode, const char *strTag, bool value)XMLUtilsstatic
SetBoolean(tinyxml2::XMLNode *rootNode, const char *tag, bool value)XMLUtilsstatic
SetDate(TiXmlNode *pRootNode, const char *strTag, const CDateTime &date)XMLUtilsstatic
SetDate(tinyxml2::XMLNode *rootNode, const char *tag, const CDateTime &date)XMLUtilsstatic
SetDateTime(TiXmlNode *pRootNode, const char *strTag, const CDateTime &dateTime)XMLUtilsstatic
SetDateTime(tinyxml2::XMLNode *rootNode, const char *tag, const CDateTime &dateTime)XMLUtilsstatic
SetDouble(TiXmlNode *pRootNode, const char *strTag, double value)XMLUtilsstatic
SetDouble(tinyxml2::XMLNode *rootNode, const char *tag, double value)XMLUtilsstatic
SetFloat(TiXmlNode *pRootNode, const char *strTag, float value)XMLUtilsstatic
SetFloat(tinyxml2::XMLNode *rootNode, const char *tag, float value)XMLUtilsstatic
SetHex(TiXmlNode *pRootNode, const char *strTag, uint32_t value)XMLUtilsstatic
SetHex(tinyxml2::XMLNode *rootNode, const char *tag, uint32_t value)XMLUtilsstatic
SetInt(TiXmlNode *pRootNode, const char *strTag, int value)XMLUtilsstatic
SetInt(tinyxml2::XMLNode *rootNode, const char *tag, int value)XMLUtilsstatic
SetLong(TiXmlNode *pRootNode, const char *strTag, long iValue)XMLUtilsstatic
SetLong(tinyxml2::XMLNode *rootNode, const char *tag, long value)XMLUtilsstatic
SetPath(TiXmlNode *pRootNode, const char *strTag, const std::string &strValue)XMLUtilsstatic
SetPath(tinyxml2::XMLNode *rootNode, const char *tag, const std::string &value)XMLUtilsstatic
SetString(TiXmlNode *pRootNode, const char *strTag, const std::string &strValue)XMLUtilsstatic
SetString(tinyxml2::XMLNode *rootNode, const char *tag, const std::string &value)XMLUtilsstatic
SetStringArray(TiXmlNode *pRootNode, const char *strTag, const std::vector< std::string > &arrayValue)XMLUtilsstatic
SetStringArray(tinyxml2::XMLNode *rootNode, const char *tag, const std::vector< std::string > &value)XMLUtilsstatic