Searched refs:idVal (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c9178 xmlChar *idVal; local
9180 idVal = xmlNodeListGetString(cur->doc, cur->children, 1);
9181 if (idVal != NULL) {
9182 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {
9184 xmlFree(idVal);
9187 xmlFree(idVal);

Completed in 84 milliseconds