Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlAddID

1909         xmlAddID(NULL, node->doc, value, cur);
2819 xmlAddID(NULL, doc, idVal, prop);
4084 xmlAddID(NULL, target->doc, id, ret);
6903 xmlAddID(NULL, node->doc, value, prop);
9743 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {