Home | History | Annotate | Download | only in src

Lines Matching refs:xmlNewReconciliedNs

53 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
3975 ret->ns = xmlNewReconciliedNs(target->doc, target, cur->ns);
4192 ret->ns = xmlNewReconciliedNs(doc, ret, node->ns);
6048 * xmlNewReconciliedNs:
6061 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) {
6069 "xmlNewReconciliedNs : tree == NULL\n");
6076 "xmlNewReconciliedNs : ns == NULL\n");
6178 n = xmlNewReconciliedNs(doc, tree, node->ns);
6242 n = xmlNewReconciliedNs(doc, tree, attr->ns);