Searched refs:nodeContent (Results 1 – 1 of 1) sorted by relevance
160 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local161 if (nodeContent == NULL) { in GetValue()164 std::string nodeContentStr = (char *)nodeContent; in GetValue()168 xmlFree(nodeContent); in GetValue()177 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local178 if (nodeContent == NULL) { in GetValue()181 value = (char *)nodeContent; in GetValue()182 xmlFree(nodeContent); in GetValue()191 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local192 if (nodeContent == NULL) { in GetValue()[all …]