Home | History | Annotate | Download | only in libxml2

Lines Matching defs:targetNamespace

30  *     IDC XPath expression and chameleon includes: the targetNamespace is changed, so
175 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace
398 const xmlChar *targetNamespace;
426 * For chameleon includes, @targetNamespace will be the
427 * targetNamespace of the including schema.
429 const xmlChar *targetNamespace;
453 const xmlChar *targetNamespace;
545 const xmlChar *targetNamespace;
628 const xmlChar *targetNamespace;
649 const xmlChar *targetNamespace;
705 const xmlChar *targetNamespace;
742 const xmlChar *targetNamespace;
1356 #define xmlSchemaGetQNameRefTargetNs(r) (WXS_QNAME_CAST (r))->targetNamespace
1367 return(((xmlSchemaQNameRefPtr) ref)->targetNamespace);
1376 return (((xmlSchemaElementPtr) item)->targetNamespace);
1378 return (((xmlSchemaAttributePtr) item)->targetNamespace);
1380 return (((xmlSchemaAttributeGroupPtr) item)->targetNamespace);
1385 return (((xmlSchemaTypePtr) item)->targetNamespace);
1387 return (((xmlSchemaModelGroupDefPtr) item)->targetNamespace);
1391 return (((xmlSchemaIDCPtr) item)->targetNamespace);
1400 return (((xmlSchemaQNameRefPtr) item)->targetNamespace);
1402 return (((xmlSchemaNotationPtr) item)->targetNamespace);
1658 attr->targetNamespace, attr->name));
1673 elem->targetNamespace, elem->name));
2462 type->targetNamespace, type->name));
3127 type->targetNamespace, type->name));
3527 int type, const xmlChar *targetNamespace)
3550 ret->targetNamespace = targetNamespace;
3566 * An xmlSchema will be created for every distinct targetNamespace.
3567 * We assign the targetNamespace to the schemata here.
3582 * Ensure that the main schema gets a targetNamespace.
3584 mainSchema->targetNamespace = targetNamespace;
3594 * targetNamespace.
3601 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace;
3619 if (targetNamespace == NULL)
3624 targetNamespace, ret);
4289 ((xmlSchemaElementPtr)term)->targetNamespace,
4357 tns = prohib->targetNamespace;
4362 tns = ref->targetNamespace;
4393 if (type->targetNamespace != NULL)
4394 fprintf(output, "ns '%s' ", type->targetNamespace);
4496 if (schema->targetNamespace != NULL)
4497 fprintf(output, "%s", (const char *) schema->targetNamespace);
4701 if (xmlStrEqual(nsName, schema->targetNamespace)) { \
5008 #define WXS_COMP_TNS(c, t) ((t) (c))->targetNamespace
5123 ret->targetNamespace = nsName;
5161 ret->targetNamespace = nsName;
5274 ret->targetNamespace = nsName;
5323 ret->targetNamespace = nsName;
5365 ret->targetNamespace = nsName;
5402 ret->targetNamespace = refNs;
5553 ret->targetNamespace = nsName;
5611 ret->targetNamespace = nsName;
5695 head->name, head->targetNamespace, ret) != 0) {
5711 head->name, head->targetNamespace));
5806 *uri = ctxt->targetNamespace;
6397 if (xmlStrEqual(pctxt->targetNamespace, namespaceName))
6744 wildc->negNsSet->value = ctxt->targetNamespace;
6765 "(##targetNamespace | ##local)))",
6769 if (xmlStrEqual(nsItem, BAD_CAST "##targetNamespace")) {
6770 dictnsItem = ctxt->targetNamespace;
6979 ctxt->targetNamespace, node);
7146 ns = pctxt->targetNamespace;
7239 ns = pctxt->targetNamespace;
7389 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace))
7412 prohib->targetNamespace = tmpNs;
7523 if (xmlStrEqual(pctxt->targetNamespace, xmlSchemaInstanceNs)) {
7531 pctxt->targetNamespace, node, 1);
7786 name, pctxt->targetNamespace, node);
8289 const xmlChar *targetNamespace)
8332 item = xmlSchemaAddIDC(ctxt, schema, name, targetNamespace,
8358 &(item->ref->targetNamespace),
8361 item->ref->targetNamespace);
8582 ns = ctxt->targetNamespace;
8588 ns = ctxt->targetNamespace;
8597 ns = ctxt->targetNamespace;
8772 XML_SCHEMA_TYPE_IDC_UNIQUE, decl->targetNamespace);
8775 XML_SCHEMA_TYPE_IDC_KEY, decl->targetNamespace);
8778 XML_SCHEMA_TYPE_IDC_KEYREF, decl->targetNamespace);
9163 * TargetNamespace:
9164 * SPEC "The ?actual value? of the targetNamespace [attribute]
9180 ctxt->targetNamespace, node, 0);
9184 NULL, ctxt->targetNamespace, node, 0);
9213 attrValue, ctxt->targetNamespace, node, 1);
9263 type->targetNamespace = ctxt->targetNamespace;
9453 ctxt->targetNamespace, node);
9638 attr = xmlSchemaGetPropNode(node, "targetNamespace");
10024 const xmlChar *targetNamespace)
10039 (cur->targetNamespace == targetNamespace))
10052 const xmlChar *targetNamespace,
10066 (cur->origTargetNamespace == targetNamespace) &&
10102 pctxt->targetNamespace = bucket->targetNamespace;
10105 if ((bucket->targetNamespace != NULL) &&
10106 xmlStrEqual(bucket->targetNamespace, xmlSchemaNs)) {
10274 const xmlChar *targetNamespace = NULL;
10341 targetNamespace = importNamespace;
10446 (bkt->targetNamespace != sourceTargetNamespace)) {
10451 * aleady build for the targetNamespace of the including
10457 * targetNamespace of those components, do nothing otherwise.
10459 * chameleon for every destinct including targetNamespace; thus
10475 * targetNamespace.
10478 * the new targetNamespace.
10615 * targetNamespace value here.
10617 targetNamespace = xmlSchemaGetProp(pctxt, docElem,
10618 "targetNamespace");
10625 targetNamespace);
10634 bkt->targetNamespace = targetNamespace;
10635 bkt->origTargetNamespace = targetNamespace;
10762 * Note that it is important to use the original @targetNamespace
10764 * @targetNamespace if the importing schema is a chameleon schema
10765 * (with no @targetNamespace).
10772 * targetNamespace [attribute].
10786 * <schema> must have a targetNamespace [attribute].
10956 NULL, 0, node, pctxt->targetNamespace, NULL, &bucket);
11002 * Check targetNamespace sanity before parsing the new schema.
11004 * targetNamespace was bad.
11009 * "SII has a targetNamespace [attribute], and its ?actual
11010 * value? is identical to the ?actual value? of the targetNamespace
11013 if (pctxt->targetNamespace == NULL) {
11023 pctxt->targetNamespace)) {
11032 pctxt->targetNamespace);
11035 } else if (pctxt->targetNamespace != NULL) {
11052 bucket->targetNamespace = pctxt->targetNamespace;
11519 (! xmlStrEqual(type->baseNs, type->targetNamespace)))
11534 xmlSchemaFormatQName(&str2, type->targetNamespace,
12122 ctxt->targetNamespace, node, 0);
12126 NULL, ctxt->targetNamespace, node, 0);
12142 name, ctxt->targetNamespace, node, 1);
12149 type->targetNamespace = ctxt->targetNamespace;
12568 elemDecl->name, elemDecl->targetNamespace, elemDecl);
12575 member->name, member->targetNamespace, member);
12584 elemDecl->name, elemDecl->targetNamespace, elemDecl), end);
12600 * member->name, member->targetNamespace,
12604 member->name, member->targetNamespace, member);
12621 elemDecl->name, elemDecl->targetNamespace, elemDecl),
12631 member->name, member->targetNamespace, member),
12673 elemDecl->name, elemDecl->targetNamespace, elemDecl);
12679 elemDecl->name, elemDecl->targetNamespace, elemDecl);
12681 elemDecl->name, elemDecl->targetNamespace, elemDecl);
12692 elemDecl->name, elemDecl->targetNamespace, elemDecl);
13061 targetNamespace,
13069 elemDecl->targetNamespace,
13277 nsName = ((xmlSchemaQNameRefPtr) link->type)->targetNamespace;
14227 (WXS_ATTRUSE_DECL(cur))->targetNamespace) != 0))
14459 pro->targetNamespace))
15068 ref->itemType, ref->name, ref->targetNamespace);
15072 "ref", ref->name, ref->targetNamespace, ref->itemType,
16601 xmlSchemaFormatQName(&str, base->targetNamespace,
16628 xmlSchemaFormatQName(&str, base->targetNamespace,
16680 xmlSchemaFormatQName(&str, base->targetNamespace,
16699 xmlSchemaFormatQName(&str, base->targetNamespace,
16708 xmlSchemaFormatQName(&str, base->targetNamespace,
16791 (! xmlStrEqual(elemR->targetNamespace, elemB->targetNamespace))))
16895 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0)
18199 XML_SCHEMA_TYPE_SIMPLE, tmpname, type->targetNamespace,
18203 XML_SCHEMA_TYPE_SIMPLE, NULL, type->targetNamespace,
18700 base->targetNamespace, base->name));
18941 item->targetNamespace, item->name));
19258 (prohib->targetNamespace == WXS_ATTRUSE_DECL_TNS(use)))
19269 prohib->targetNamespace, prohib->name),
19430 ref->targetNamespace);
19435 "ref", ref->name, ref->targetNamespace,
19893 xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace,
19894 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->targetNamespace))
19908 WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace,
20014 ref->itemType, ref->name, ref->targetNamespace);
20018 ref->targetNamespace, ref->itemType, NULL);
20153 ref->name, ref->targetNamespace);
20158 "ref", ref->name, ref->targetNamespace,
20342 idc->ref->targetNamespace);
20352 idc->ref->targetNamespace,
20384 xmlSchemaFormatQName(&str, refer->targetNamespace,
20400 prohib->targetNamespace) == NULL) {
20405 "ref", prohib->name, prohib->targetNamespace,
24950 (*localType)->targetNamespace,
25221 if (!xmlStrEqual(iattr->nsName, attrDecl->targetNamespace))
25291 tmpiattr->nsName = attrDecl->targetNamespace;
25721 iattr->decl->targetNamespace,