Home | History | Annotate | Download | only in src

Lines Matching full:idval

9525 		xmlChar *idVal;
9527 idVal = xmlNodeListGetString(cur->doc, cur->children, 1);
9528 if (idVal != NULL) {
9529 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {
9531 xmlFree(idVal);
9534 xmlFree(idVal);