Home | History | Annotate | Download | only in libxml2

Lines Matching refs:refNs

5409 		     const xmlChar *refNs)
5423 ret->targetNamespace = refNs;
7654 const xmlChar *refNs = NULL, *ref = NULL;
7667 NULL, attr, &refNs, &ref);
7668 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0)
7717 (refNs == pctxt->redef->refTargetNs))
7734 xmlSchemaFormatQName(&str, refNs, ref), NULL);
7744 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
7756 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
8516 const xmlChar *refNs = NULL, *ref = NULL;
8525 NULL, attr, &refNs, &ref);
8526 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs);
8576 ref, refNs);
9064 * Attribute "itemType". NOTE that we will use the "ref" and "refNs"
9355 const xmlChar *ref = NULL, *refNs = NULL;
9368 attr, &refNs, &ref) != 0) {
9371 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs);
9403 xmlSchemaNewQNameRef(ctxt, XML_SCHEMA_TYPE_GROUP, ref, refNs);