Home | History | Annotate | Download | only in libxml2

Lines Matching defs:nameSpace

1914  * @ns:  the attribute namespace prefix
2097 * Insert namespace default def first they need to be
3235 * @prefix: the element namespace prefix
3295 * @prefix: the attribute namespace prefix
4503 * @prefix: the namespace prefix
4504 * @ns: an namespace declaration instance
4507 * Try to validate a single namespace declaration for an element
4542 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",