Home | History | Annotate | Download | only in libxml2

Lines Matching full:idval

9702 		xmlChar *idVal;
9704 idVal = xmlNodeListGetString(cur->doc, cur->children, 1);
9705 if (idVal != NULL) {
9706 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {
9708 xmlFree(idVal);
9711 xmlFree(idVal);