Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlCopyEnumeration

1787  * xmlCopyEnumeration:
1796 xmlCopyEnumeration(xmlEnumerationPtr cur) {
1802 if (cur->next != NULL) ret->next = xmlCopyEnumeration(cur->next);
2172 cur->tree = xmlCopyEnumeration(attr->tree);