Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nameSpace

1913  * @ns:  the attribute namespace prefix
2096 * Insert namespace default def first they need to be
3236 * @prefix: the element namespace prefix
3296 * @prefix: the attribute namespace prefix
4504 * @prefix: the namespace prefix
4505 * @ns: an namespace declaration instance
4508 * Try to validate a single namespace declaration for an element
4543 xmlVErrMemory(ctxt, "Validating namespace");
5967 "Text element has namespace !\n",
6189 xmlNsPtr nameSpace = attrib->ns;
6191 if (nameSpace == NULL)
6192 nameSpace = elem->ns;
6198 if (nameSpace == NULL) {
6201 } else if (!xmlStrEqual(nameSpace->prefix,
6243 * Special tests checking #FIXED namespace declarations
6257 "Element %s namespace name for default namespace does not match the DTD\n",
6273 "Element %s namespace name for %s does not match the DTD\n",