Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nameSpace

1962  * @ns:  the attribute namespace prefix
2145 * Insert namespace default def first they need to be
3284 * @prefix: the element namespace prefix
3344 * @prefix: the attribute namespace prefix
4554 * @prefix: the namespace prefix
4555 * @ns: an namespace declaration instance
4558 * Try to validate a single namespace declaration for an element
4593 xmlVErrMemory(ctxt, "Validating namespace");
6017 "Text element has namespace !\n",
6239 xmlNsPtr nameSpace = attrib->ns;
6241 if (nameSpace == NULL)
6242 nameSpace = elem->ns;
6248 if (nameSpace == NULL) {
6251 } else if (!xmlStrEqual(nameSpace->prefix,
6293 * Special tests checking #FIXED namespace declarations
6307 "Element %s namespace name for default namespace does not match the DTD\n",
6323 "Element %s namespace name for %s does not match the DTD\n",