Searched refs:xmlNewReconciliedNs (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | tree.c | 56 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns); 4054 ret->ns = xmlNewReconciliedNs(target->doc, target, cur->ns); in xmlCopyPropInternal() 4273 ret->ns = xmlNewReconciliedNs(doc, ret, node->ns); in xmlStaticCopyNode() 6220 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) { in xmlNewReconciliedNs() function 6337 n = xmlNewReconciliedNs(doc, tree, node->ns); in xmlReconciliateNs() 6401 n = xmlNewReconciliedNs(doc, tree, attr->ns); in xmlReconciliateNs()
|