Searched refs:XML_TAG_UID (Results 1 – 1 of 1) sorted by relevance
32 const std::string XML_TAG_UID = "uid"; variable60 … if (xmlStrcmp(currNodePtr->name, reinterpret_cast<const xmlChar*>(XML_TAG_UID.c_str())) == 0) { in FillinUidInfo()61 …mlChar *attrValue = xmlGetProp(currNodePtr, reinterpret_cast<const xmlChar*>(XML_TAG_UID.c_str())); in FillinUidInfo()