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