Home | History | Annotate | Download | only in libxml2

Lines Matching full:nsname

6301 		       const xmlChar *nsName, int useDTD)
6310 if (nsName == NULL) {
6326 ((prop->ns->href == nsName) ||
6327 xmlStrEqual(prop->ns->href, nsName)))
6360 if (nsName == NULL) {
6375 * ns-decls corresponding to @nsName.
6385 if (xmlStrEqual((*cur)->href, nsName)) {
7732 * @nsName: the namespace name
7743 const xmlChar *nsName,
7759 xmlStrEqual(ns->href, nsName)) {
7768 ns->next = xmlNewNs(NULL, nsName, prefix);
8109 * @nsName: the searched namespace name
8114 * the given @nsName in the ancestor-or-self axis of @node.
8121 const xmlChar* nsName,
8127 if ((doc == NULL) || (nsName == NULL) || (retNs == NULL))
8131 if (xmlStrEqual(nsName, XML_XML_NAMESPACE)) {
8168 if ((nsName == ns->href) ||
8169 xmlStrEqual(nsName, ns->href)) {
8214 * the given @nsName in the ancestor-or-self axis of @node.
8273 * @nsName: the namespace-name of the ns-decl
8287 const xmlChar *nsName,
8315 ret = xmlNewNs(NULL, nsName, pref);