Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSetNsProp

4889     xmlSetNsProp(cur, ns, BAD_CAST "lang", lang);
4963 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "default");
4966 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "preserve");
5120 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed);
5123 xmlSetNsProp(cur, ns, BAD_CAST "base", uri);
6699 return(xmlSetNsProp(node, ns, nqname, value));
6701 return(xmlSetNsProp(node, NULL, name, value));
6705 * xmlSetNsProp:
6717 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name,