Lines Matching refs:xmlSetTreeDoc
2794 xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) { in xmlSetTreeDoc() function
2849 xmlSetTreeDoc(cur, doc); in xmlSetListDoc()
2963 xmlSetTreeDoc(prop, cur->doc); in xmlAddPropSibling()
3048 xmlSetTreeDoc(elem, cur->doc); in xmlAddNextSibling()
3126 xmlSetTreeDoc(elem, cur->doc); in xmlAddPrevSibling()
3206 xmlSetTreeDoc(elem, cur->doc); in xmlAddSibling()
3289 xmlSetTreeDoc(cur, parent->doc); in xmlAddChildList()
3296 xmlSetTreeDoc(cur, parent->doc); in xmlAddChildList()
3369 xmlSetTreeDoc(cur, parent->doc); in xmlAddChild()
3908 xmlSetTreeDoc(cur, old->doc); in xmlReplaceNode()
4544 xmlSetTreeDoc((xmlNodePtr)ret->intSubset, ret); in xmlCopyDoc()
4929 xmlSetTreeDoc(root, doc); in xmlDocSetRootElement()