Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSetNsProp

4994     xmlSetNsProp(cur, ns, BAD_CAST "lang", lang);
5070 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "default");
5073 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "preserve");
5234 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed);
5237 xmlSetNsProp(cur, ns, BAD_CAST "base", uri);
6844 return(xmlSetNsProp(node, ns, nqname, value));
6846 return(xmlSetNsProp(node, NULL, name, value));
6850 * xmlSetNsProp:
6862 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name,