Searched refs:attrNode (Results 1 – 1 of 1) sorted by relevance
265 const xmlNode *attrNode = cur; in deserializeAttributes() local268 getReference(xmlDocGetRootElement(doc), attrNode, attrRef, attributesAttributeRef); in deserializeAttributes()269 if (attrNode == NULL) { in deserializeAttributes()273 return deserializeAttributes(doc, attrNode->xmlChildrenNode, attributes); in deserializeAttributes()275 return parseAttributes(attrNode->xmlChildrenNode, attributes); in deserializeAttributes()