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