Lines Matching full:idval
9508 xmlChar *idVal;9510 idVal = xmlNodeListGetString(cur->doc, cur->children, 1);9511 if (idVal != NULL) {9512 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {9514 xmlFree(idVal);9517 xmlFree(idVal);