Searched defs:nodeContent (Results 1 – 3 of 3) sorted by relevance
676 string nodeContent = "TEST"; variable692 string nodeContent = "123"; variable708 string nodeContent = "TEST"; variable724 string nodeContent = "TEST"; variable740 string nodeContent = "TEST"; variable
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
163 void ParseUtil::ParseSAProp(const string& nodeName, const string& nodeContent, SaProfile& saProfile) in ParseSAProp()