Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathRegisterNs

2141 	if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) {
2175 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href);
2177 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href);