• Home
  • Raw
  • Download

Lines Matching refs:targetNamespace

175 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace
398 const xmlChar *targetNamespace; member
429 const xmlChar *targetNamespace; member
453 const xmlChar *targetNamespace; member
545 const xmlChar *targetNamespace; member
628 const xmlChar *targetNamespace; member
649 const xmlChar *targetNamespace; member
705 const xmlChar *targetNamespace; member
742 const xmlChar *targetNamespace; member
1356 #define xmlSchemaGetQNameRefTargetNs(r) (WXS_QNAME_CAST (r))->targetNamespace
1376 return (((xmlSchemaElementPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1378 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1380 return (((xmlSchemaAttributeGroupPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1385 return (((xmlSchemaTypePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1387 return (((xmlSchemaModelGroupDefPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1391 return (((xmlSchemaIDCPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1400 return (((xmlSchemaQNameRefPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1402 return (((xmlSchemaNotationPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1658 attr->targetNamespace, attr->name)); in xmlSchemaFormatItemForReport()
1673 elem->targetNamespace, elem->name)); in xmlSchemaFormatItemForReport()
2462 type->targetNamespace, type->name)); in xmlSchemaSimpleTypeErr()
3127 type->targetNamespace, type->name)); in xmlSchemaPSimpleTypeErr()
3527 int type, const xmlChar *targetNamespace) in xmlSchemaBucketCreate() argument
3550 ret->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3584 mainSchema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3601 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3619 if (targetNamespace == NULL) in xmlSchemaBucketCreate()
3624 targetNamespace, ret); in xmlSchemaBucketCreate()
4289 ((xmlSchemaElementPtr)term)->targetNamespace, in xmlSchemaContentModelDump()
4357 tns = prohib->targetNamespace; in xmlSchemaAttrUsesDump()
4362 tns = ref->targetNamespace; in xmlSchemaAttrUsesDump()
4393 if (type->targetNamespace != NULL) in xmlSchemaTypeDump()
4394 fprintf(output, "ns '%s' ", type->targetNamespace); in xmlSchemaTypeDump()
4496 if (schema->targetNamespace != NULL) in xmlSchemaDump()
4497 fprintf(output, "%s", (const char *) schema->targetNamespace); in xmlSchemaDump()
4701 if (xmlStrEqual(nsName, schema->targetNamespace)) { \
5008 #define WXS_COMP_TNS(c, t) ((t) (c))->targetNamespace
5123 ret->targetNamespace = nsName; in xmlSchemaAddNotation()
5161 ret->targetNamespace = nsName; in xmlSchemaAddAttribute()
5274 ret->targetNamespace = nsName; in xmlSchemaAddAttributeGroupDefinition()
5323 ret->targetNamespace = nsName; in xmlSchemaAddElement()
5365 ret->targetNamespace = nsName; in xmlSchemaAddType()
5402 ret->targetNamespace = refNs; in xmlSchemaNewQNameRef()
5553 ret->targetNamespace = nsName; in xmlSchemaAddModelGroupDefinition()
5611 ret->targetNamespace = nsName; in xmlSchemaAddIDC()
5695 head->name, head->targetNamespace, ret) != 0) { in xmlSchemaSubstGroupAdd()
5711 head->name, head->targetNamespace)); in xmlSchemaSubstGroupGet()
5806 *uri = ctxt->targetNamespace; in xmlSchemaPValAttrNodeQNameValue()
6397 if (xmlStrEqual(pctxt->targetNamespace, namespaceName)) in xmlSchemaCheckReference()
6744 wildc->negNsSet->value = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
6770 dictnsItem = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
6979 ctxt->targetNamespace, node); in xmlSchemaParseNotation()
7146 ns = pctxt->targetNamespace; in xmlSchemaParseLocalAttribute()
7239 ns = pctxt->targetNamespace; in xmlSchemaParseLocalAttribute()
7389 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace)) in xmlSchemaParseLocalAttribute()
7412 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
7523 if (xmlStrEqual(pctxt->targetNamespace, xmlSchemaInstanceNs)) { in xmlSchemaParseGlobalAttribute()
7531 pctxt->targetNamespace, node, 1); in xmlSchemaParseGlobalAttribute()
7786 name, pctxt->targetNamespace, node); in xmlSchemaParseAttributeGroupDefinition()
8289 const xmlChar *targetNamespace) in xmlSchemaParseIDC() argument
8332 item = xmlSchemaAddIDC(ctxt, schema, name, targetNamespace, in xmlSchemaParseIDC()
8358 &(item->ref->targetNamespace), in xmlSchemaParseIDC()
8361 item->ref->targetNamespace); in xmlSchemaParseIDC()
8582 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8588 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8597 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8772 XML_SCHEMA_TYPE_IDC_UNIQUE, decl->targetNamespace); in xmlSchemaParseElement()
8775 XML_SCHEMA_TYPE_IDC_KEY, decl->targetNamespace); in xmlSchemaParseElement()
8778 XML_SCHEMA_TYPE_IDC_KEYREF, decl->targetNamespace); in xmlSchemaParseElement()
9180 ctxt->targetNamespace, node, 0); in xmlSchemaParseSimpleType()
9184 NULL, ctxt->targetNamespace, node, 0); in xmlSchemaParseSimpleType()
9213 attrValue, ctxt->targetNamespace, node, 1); in xmlSchemaParseSimpleType()
9263 type->targetNamespace = ctxt->targetNamespace; in xmlSchemaParseSimpleType()
9453 ctxt->targetNamespace, node); in xmlSchemaParseModelGroupDefinition()
10024 const xmlChar *targetNamespace) in xmlSchemaGetChameleonSchemaBucket() argument
10039 (cur->targetNamespace == targetNamespace)) in xmlSchemaGetChameleonSchemaBucket()
10052 const xmlChar *targetNamespace, in xmlSchemaGetSchemaBucketByTNS() argument
10066 (cur->origTargetNamespace == targetNamespace) && in xmlSchemaGetSchemaBucketByTNS()
10102 pctxt->targetNamespace = bucket->targetNamespace; in xmlSchemaParseNewDocWithContext()
10105 if ((bucket->targetNamespace != NULL) && in xmlSchemaParseNewDocWithContext()
10106 xmlStrEqual(bucket->targetNamespace, xmlSchemaNs)) { in xmlSchemaParseNewDocWithContext()
10274 const xmlChar *targetNamespace = NULL; in xmlSchemaAddSchemaDoc() local
10341 targetNamespace = importNamespace; in xmlSchemaAddSchemaDoc()
10446 (bkt->targetNamespace != sourceTargetNamespace)) { in xmlSchemaAddSchemaDoc()
10617 targetNamespace = xmlSchemaGetProp(pctxt, docElem, in xmlSchemaAddSchemaDoc()
10625 targetNamespace); in xmlSchemaAddSchemaDoc()
10634 bkt->targetNamespace = targetNamespace; in xmlSchemaAddSchemaDoc()
10635 bkt->origTargetNamespace = targetNamespace; in xmlSchemaAddSchemaDoc()
10956 NULL, 0, node, pctxt->targetNamespace, NULL, &bucket); in xmlSchemaParseIncludeOrRedefine()
11013 if (pctxt->targetNamespace == NULL) { in xmlSchemaParseIncludeOrRedefine()
11023 pctxt->targetNamespace)) { in xmlSchemaParseIncludeOrRedefine()
11032 pctxt->targetNamespace); in xmlSchemaParseIncludeOrRedefine()
11035 } else if (pctxt->targetNamespace != NULL) { in xmlSchemaParseIncludeOrRedefine()
11052 bucket->targetNamespace = pctxt->targetNamespace; in xmlSchemaParseIncludeOrRedefine()
11519 (! xmlStrEqual(type->baseNs, type->targetNamespace))) in xmlSchemaParseRestriction()
11534 xmlSchemaFormatQName(&str2, type->targetNamespace, in xmlSchemaParseRestriction()
12122 ctxt->targetNamespace, node, 0); in xmlSchemaParseComplexType()
12126 NULL, ctxt->targetNamespace, node, 0); in xmlSchemaParseComplexType()
12142 name, ctxt->targetNamespace, node, 1); in xmlSchemaParseComplexType()
12149 type->targetNamespace = ctxt->targetNamespace; in xmlSchemaParseComplexType()
12568 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
12575 member->name, member->targetNamespace, member); in xmlSchemaBuildContentModelForSubstGroup()
12584 elemDecl->name, elemDecl->targetNamespace, elemDecl), end); in xmlSchemaBuildContentModelForSubstGroup()
12604 member->name, member->targetNamespace, member); in xmlSchemaBuildContentModelForSubstGroup()
12621 elemDecl->name, elemDecl->targetNamespace, elemDecl), in xmlSchemaBuildContentModelForSubstGroup()
12631 member->name, member->targetNamespace, member), in xmlSchemaBuildContentModelForSubstGroup()
12673 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12679 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12681 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12692 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
13061 elemDecl->targetNamespace, in xmlSchemaBuildAContentModel()
13069 elemDecl->targetNamespace, in xmlSchemaBuildAContentModel()
13277 nsName = ((xmlSchemaQNameRefPtr) link->type)->targetNamespace; in xmlSchemaResolveUnionMemberTypes()
14227 (WXS_ATTRUSE_DECL(cur))->targetNamespace) != 0)) in xmlSchemaCheckDerivationOKRestriction2to4()
14459 pro->targetNamespace)) in xmlSchemaFixupTypeAttributeUses()
15068 ref->itemType, ref->name, ref->targetNamespace); in xmlSchemaResolveTypeReferences()
15072 "ref", ref->name, ref->targetNamespace, ref->itemType, in xmlSchemaResolveTypeReferences()
16601 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16628 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16680 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16699 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16708 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16791 (! xmlStrEqual(elemR->targetNamespace, elemB->targetNamespace)))) in xmlSchemaCheckRCaseNameAndTypeOK()
16895 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0) in xmlSchemaCheckRCaseNSCompat()
18199 XML_SCHEMA_TYPE_SIMPLE, tmpname, type->targetNamespace, in xmlSchemaFixupComplexType()
18203 XML_SCHEMA_TYPE_SIMPLE, NULL, type->targetNamespace, in xmlSchemaFixupComplexType()
18700 base->targetNamespace, base->name)); in xmlSchemaCheckFacet()
18941 item->targetNamespace, item->name)); in xmlSchemaCheckGroupDefCircular()
19258 (prohib->targetNamespace == WXS_ATTRUSE_DECL_TNS(use))) in xmlSchemaExpandAttributeGroupRefs()
19269 prohib->targetNamespace, prohib->name), in xmlSchemaExpandAttributeGroupRefs()
19430 ref->targetNamespace); in xmlSchemaResolveAttrGroupReferences()
19435 "ref", ref->name, ref->targetNamespace, in xmlSchemaResolveAttrGroupReferences()
19893 xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
19894 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->targetNamespace)) in xmlSchemaCheckElementDeclConsistent()
19908 WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
20014 ref->itemType, ref->name, ref->targetNamespace); in xmlSchemaResolveModelGroupParticleReferences()
20018 ref->targetNamespace, ref->itemType, NULL); in xmlSchemaResolveModelGroupParticleReferences()
20153 ref->name, ref->targetNamespace); in xmlSchemaResolveAttrUseReferences()
20158 "ref", ref->name, ref->targetNamespace, in xmlSchemaResolveAttrUseReferences()
20342 idc->ref->targetNamespace); in xmlSchemaResolveIDCKeyReferences()
20352 idc->ref->targetNamespace, in xmlSchemaResolveIDCKeyReferences()
20384 xmlSchemaFormatQName(&str, refer->targetNamespace, in xmlSchemaResolveIDCKeyReferences()
20400 prohib->targetNamespace) == NULL) { in xmlSchemaResolveAttrUseProhibReferences()
20405 "ref", prohib->name, prohib->targetNamespace, in xmlSchemaResolveAttrUseProhibReferences()
24950 (*localType)->targetNamespace, in xmlSchemaProcessXSIType()
25221 if (!xmlStrEqual(iattr->nsName, attrDecl->targetNamespace)) in xmlSchemaVAttributesComplex()
25291 tmpiattr->nsName = attrDecl->targetNamespace; in xmlSchemaVAttributesComplex()
25721 iattr->decl->targetNamespace, in xmlSchemaVAttributesComplex()