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