Searched refs:xmlTag (Results 1 – 3 of 3) sorted by relevance
75 xmlChar* xmlTag = xmlGetProp(cur, BAD_CAST"tag"); in ParserBaseNode() local77 if (xmlTag != nullptr) { in ParserBaseNode()78 baseItem.tag = reinterpret_cast<char*>(xmlTag); in ParserBaseNode()79 xmlFree(xmlTag); in ParserBaseNode()
131 xmlChar* xmlTag = xmlGetProp(curNode, BAD_CAST"tag"); in ParseBaseNode() local132 if (xmlTag != nullptr) { in ParseBaseNode()133 item.tag = reinterpret_cast<char*>(xmlTag); in ParseBaseNode()134 xmlFree(xmlTag); in ParseBaseNode()
106 xmlChar* xmlTag = xmlGetProp(cur, BAD_CAST"tag"); in ParseBaseNode() local107 if (xmlTag != nullptr) { in ParseBaseNode()108 bi.tag = reinterpret_cast<char*>(xmlTag); in ParseBaseNode()109 xmlFree(xmlTag); in ParseBaseNode()