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