Searched refs:xmlValue (Results 1 – 1 of 1) sorted by relevance
270 auto xmlValue = make_xmlUnique(xmlGetProp(cur, reinterpret_cast<const xmlChar*>(attribute))); in getXmlAttribute() local271 if (xmlValue == nullptr) { in getXmlAttribute()274 std::string value(reinterpret_cast<const char*>(xmlValue.get())); in getXmlAttribute()