Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlNewNs

705  * xmlNewNs:
718 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) {
3890 ret = xmlNewNs(NULL, cur->href, cur->prefix);
3972 ret->ns = xmlNewNs(root, ns->href, ns->prefix);
4203 ret->ns = xmlNewNs(root, ns->href, ns->prefix);
6123 def = xmlNewNs(tree, ns->href, prefix);
7796 ns->next = xmlNewNs(NULL, nsName, prefix);
8345 ret = xmlNewNs(NULL, nsName, pref);