Lines Matching refs:xml
44 * @Description load a Configuration xml
46 * @param xmlPath - path of config xml
52 * @Description load xml in memory
54 * @param xml - memory data
57 bool LoadConfigurationMemory(const char *xml);
60 * @Description parse Configuration xml
67 * @Description get xml node name value
74 * @Description get xml node value
82 * @Description get xml node string content
85 * @return std::string - xml node string content
90 * @Description get xml node prime value eg:int bool
121 * @Description get xml node string Array value
129 * @Description get xml node byte Array value
137 * @Description get xml node string map value