Searched refs:propertyNodeProp (Results 1 – 1 of 1) sorted by relevance
92 xmlChar *propertyNodeProp = xmlGetProp(propertyNode, BAD_CAST "property"); in ConstructPropertyNode() local93 if (xmlStrcmp((xmlChar *)property.c_str(), propertyNodeProp) == 0) { in ConstructPropertyNode()94 xmlFree(propertyNodeProp); in ConstructPropertyNode()97 xmlFree(propertyNodeProp); in ConstructPropertyNode()231 xmlChar *propertyNodeProp = xmlGetProp(propertyNode, BAD_CAST "property"); in RemoveProperty() local232 if (xmlStrcmp((xmlChar *)property.c_str(), propertyNodeProp) == 0) { in RemoveProperty()233 xmlFree(propertyNodeProp); in RemoveProperty()236 xmlFree(propertyNodeProp); in RemoveProperty()