Searched refs:attrNode (Results 1 – 1 of 1) sorted by relevance
251 const xmlNode *attrNode = cur; in deserializeAttributes() local254 getReference(xmlDocGetRootElement(doc), attrNode, attrRef, attributesAttributeRef); in deserializeAttributes()255 if (attrNode == NULL) { in deserializeAttributes()259 return deserializeAttributes(doc, attrNode->xmlChildrenNode, attributes); in deserializeAttributes()261 return parseAttributes(attrNode->xmlChildrenNode, attributes); in deserializeAttributes()