Searched refs:pucXmlValue (Results 1 – 1 of 1) sorted by relevance
85 xmlChar *pucXmlValue = xmlGetProp((xmlNode *)_pXmlElement, (const xmlChar *)name.c_str()); in getAttribute() local86 if (pucXmlValue == nullptr) { in getAttribute()91 value = (const char *)pucXmlValue; in getAttribute()93 xmlFree(pucXmlValue); in getAttribute()