Searched refs:xmlValue (Results 1 – 1 of 1) sorted by relevance
35 xmlChar *xmlValue = xmlGetProp(cur, (const xmlChar*)attribute); in getXmlAttribute() local36 if (xmlValue == NULL) { in getXmlAttribute()39 string value((const char*)xmlValue); in getXmlAttribute()40 xmlFree(xmlValue); in getXmlAttribute()