Searched defs:nodeContent (Results 1 – 2 of 2) sorted by relevance
160 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local177 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local191 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
153 void ParseUtil::ParseSAProp(const string& nodeName, const string& nodeContent, SaProfile& saProfile) in ParseSAProp()