Lines Matching defs:namespace
37 * The Relax-NG namespace
157 xmlChar *ns; /* the namespace local name if present */
645 const xmlChar *namespace; /* the datatypeLibrary value */
1583 * @ns: the namespace passed from the context.
2135 snprintf(msg, 1000, "Expecting a namespace for element %s\n",
2140 "Element %s has wrong namespace: expecting %s\n", arg1,
2151 snprintf(msg, 1000, "Expecting no namespace for element %s\n",
2720 * @namespace: the URI bound to the library
2726 const xmlChar * namespace ATTRIBUTE_UNUSED)
2730 if (lib->namespace != NULL)
2731 xmlFree((xmlChar *) lib->namespace);
2737 * @namespace: the URI bound to the library
2748 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data,
2758 if ((xmlRelaxNGRegisteredTypes == NULL) || (namespace == NULL) ||
2761 if (xmlHashLookup(xmlRelaxNGRegisteredTypes, namespace) != NULL) {
2764 namespace);
2775 lib->namespace = xmlStrdup(namespace);
2782 ret = xmlHashAddEntry(xmlRelaxNGRegisteredTypes, namespace, lib);
2786 namespace);
2787 xmlRelaxNGFreeTypeLibrary(lib, namespace);
3736 * @ns: the restriction on the namespace
5198 "Attribute with namespace '%s' is not allowed\n",
5229 "Attribute with namespace '%s' is not allowed\n",
7130 "xmlRelaxNGParse: no namespace for prefix %s\n",