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