Lines Matching refs:refNs
5472 const xmlChar *refNs) in xmlSchemaNewQNameRef() argument
5486 ret->targetNamespace = refNs; in xmlSchemaNewQNameRef()
7723 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseAttributeGroupRef() local
7736 NULL, attr, &refNs, &ref); in xmlSchemaParseAttributeGroupRef()
7737 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0) in xmlSchemaParseAttributeGroupRef()
7786 (refNs == pctxt->redef->refTargetNs)) in xmlSchemaParseAttributeGroupRef()
7803 xmlSchemaFormatQName(&str, refNs, ref), NULL); in xmlSchemaParseAttributeGroupRef()
7813 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef()
7825 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef()
8585 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseElement() local
8594 NULL, attr, &refNs, &ref); in xmlSchemaParseElement()
8595 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs); in xmlSchemaParseElement()
8645 ref, refNs); in xmlSchemaParseElement()
9424 const xmlChar *ref = NULL, *refNs = NULL; in xmlSchemaParseModelGroupDefRef() local
9437 attr, &refNs, &ref) != 0) { in xmlSchemaParseModelGroupDefRef()
9440 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs); in xmlSchemaParseModelGroupDefRef()
9472 xmlSchemaNewQNameRef(ctxt, XML_SCHEMA_TYPE_GROUP, ref, refNs); in xmlSchemaParseModelGroupDefRef()