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