Searched refs:xmlValue (Results 1 – 2 of 2) sorted by relevance
93 xmlChar * xmlValue = xmlGetProp(node, BAD_CAST "id"); in ParseNodeId() local94 if (xmlValue != nullptr) { in ParseNodeId()95 idValue = string(reinterpret_cast<const char *>(xmlValue)); in ParseNodeId()96 xmlFree(xmlValue); in ParseNodeId()
128 xmlChar *xmlValue = xmlNodeListGetString(attrPtr->doc, attrPtr->children, 1); in CompileAttr() local129 string value(reinterpret_cast<const char *>(xmlValue)); in CompileAttr()131 xmlFree(xmlValue); in CompileAttr()