Searched refs:pucXmlValue (Results 1 – 1 of 1) sorted by relevance
91 …xmlChar* pucXmlValue = xmlGetProp((xmlNode*)_pXmlElement, (const xmlChar*)strAttributeName.c_str()… in getAttributeString() local92 if (pucXmlValue == NULL) { in getAttributeString()96 string strValue((const char*)pucXmlValue); in getAttributeString()98 xmlFree(pucXmlValue); in getAttributeString()