Home | History | Annotate | Download | only in libxml2

Lines Matching refs:refNs

5388 		     const xmlChar *refNs)
5402 ret->targetNamespace = refNs;
7633 const xmlChar *refNs = NULL, *ref = NULL;
7646 NULL, attr, &refNs, &ref);
7647 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0)
7696 (refNs == pctxt->redef->refTargetNs))
7713 xmlSchemaFormatQName(&str, refNs, ref), NULL);
7723 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
7735 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
8495 const xmlChar *refNs = NULL, *ref = NULL;
8504 NULL, attr, &refNs, &ref);
8505 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs);
8555 ref, refNs);
9043 * Attribute "itemType". NOTE that we will use the "ref" and "refNs"
9334 const xmlChar *ref = NULL, *refNs = NULL;
9347 attr, &refNs, &ref) != 0) {
9350 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs);
9382 xmlSchemaNewQNameRef(ctxt, XML_SCHEMA_TYPE_GROUP, ref, refNs);