Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathRegisterNs

2137 	if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) {
2171 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href);
2173 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href);