Home | History | Annotate | Download | only in libxml2

Lines Matching refs: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;
1361 #define xmlSchemaGetQNameRefTargetNs(r) (WXS_QNAME_CAST (r))->targetNamespace
1372 return(((xmlSchemaQNameRefPtr) ref)->targetNamespace);
1381 return (((xmlSchemaElementPtr) item)->targetNamespace);
1383 return (((xmlSchemaAttributePtr) item)->targetNamespace);
1385 return (((xmlSchemaAttributeGroupPtr) item)->targetNamespace);
1390 return (((xmlSchemaTypePtr) item)->targetNamespace);
1392 return (((xmlSchemaModelGroupDefPtr) item)->targetNamespace);
1396 return (((xmlSchemaIDCPtr) item)->targetNamespace);
1405 return (((xmlSchemaQNameRefPtr) item)->targetNamespace);
1407 return (((xmlSchemaNotationPtr) item)->targetNamespace);
1663 attr->targetNamespace, attr->name));
1678 elem->targetNamespace, elem->name));
2483 type->targetNamespace, type->name));
3148 type->targetNamespace, type->name));
3548 int type, const xmlChar *targetNamespace)
3571 ret->targetNamespace = targetNamespace;
3587 * An xmlSchema will be created for every distinct targetNamespace.
3588 * We assign the targetNamespace to the schemata here.
3603 * Ensure that the main schema gets a targetNamespace.
3605 mainSchema->targetNamespace = targetNamespace;
3615 * targetNamespace.
3622 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace;
3640 if (targetNamespace == NULL)
3645 targetNamespace, ret);
4310 ((xmlSchemaElementPtr)term)->targetNamespace,
4378 tns = prohib->targetNamespace;
4383 tns = ref->targetNamespace;
4414 if (type->targetNamespace != NULL)
4415 fprintf(output, "ns '%s' ", type->targetNamespace);
4517 if (schema->targetNamespace != NULL)
4518 fprintf(output, "%s", (const char *) schema->targetNamespace);
4722 if (xmlStrEqual(nsName, schema->targetNamespace)) { \
5029 #define WXS_COMP_TNS(c, t) ((t) (c))->targetNamespace
5144 ret->targetNamespace = nsName;
5182 ret->targetNamespace = nsName;
5295 ret->targetNamespace = nsName;
5344 ret->targetNamespace = nsName;
5386 ret->targetNamespace = nsName;
5423 ret->targetNamespace = refNs;
5574 ret->targetNamespace = nsName;
5632 ret->targetNamespace = nsName;
5716 head->name, head->targetNamespace, ret) != 0) {
5732 head->name, head->targetNamespace));
5827 *uri = ctxt->targetNamespace;
6418 if (xmlStrEqual(pctxt->targetNamespace, namespaceName))
6765 wildc->negNsSet->value = ctxt->targetNamespace;
6786 "(##targetNamespace | ##local)))",
6790 if (xmlStrEqual(nsItem, BAD_CAST "##targetNamespace")) {
6791 dictnsItem = ctxt->targetNamespace;
7000 ctxt->targetNamespace, node);
7167 ns = pctxt->targetNamespace;
7260 ns = pctxt->targetNamespace;
7410 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace))
7433 prohib->targetNamespace = tmpNs;
7544 if (xmlStrEqual(pctxt->targetNamespace, xmlSchemaInstanceNs)) {
7552 pctxt->targetNamespace, node, 1);
7807 name, pctxt->targetNamespace, node);
8310 const xmlChar *targetNamespace)
8353 item = xmlSchemaAddIDC(ctxt, schema, name, targetNamespace,
8379 &(item->ref->targetNamespace),
8382 item->ref->targetNamespace);
8603 ns = ctxt->targetNamespace;
8609 ns = ctxt->targetNamespace;
8618 ns = ctxt->targetNamespace;
8793 XML_SCHEMA_TYPE_IDC_UNIQUE, decl->targetNamespace);
8796 XML_SCHEMA_TYPE_IDC_KEY, decl->targetNamespace);
8799 XML_SCHEMA_TYPE_IDC_KEYREF, decl->targetNamespace);
9184 * TargetNamespace:
9185 * SPEC "The `actual value` of the targetNamespace [attribute]
9201 ctxt->targetNamespace, node, 0);
9205 NULL, ctxt->targetNamespace, node, 0);
9234 attrValue, ctxt->targetNamespace, node, 1);
9284 type->targetNamespace = ctxt->targetNamespace;
9474 ctxt->targetNamespace, node);
9659 attr = xmlSchemaGetPropNode(node, "targetNamespace");
10045 const xmlChar *targetNamespace)
10060 (cur->targetNamespace == targetNamespace))
10073 const xmlChar *targetNamespace,
10087 (cur->origTargetNamespace == targetNamespace) &&
10123 pctxt->targetNamespace = bucket->targetNamespace;
10126 if ((bucket->targetNamespace != NULL) &&
10127 xmlStrEqual(bucket->targetNamespace, xmlSchemaNs)) {
10295 const xmlChar *targetNamespace = NULL;
10362 targetNamespace = importNamespace;
10467 (bkt->targetNamespace != sourceTargetNamespace)) {
10472 * aleady build for the targetNamespace of the including
10478 * targetNamespace of those components, do nothing otherwise.
10480 * chameleon for every destinct including targetNamespace; thus
10496 * targetNamespace.
10499 * the new targetNamespace.
10636 * targetNamespace value here.
10638 targetNamespace = xmlSchemaGetProp(pctxt, docElem,
10639 "targetNamespace");
10646 targetNamespace);
10655 bkt->targetNamespace = targetNamespace;
10656 bkt->origTargetNamespace = targetNamespace;
10783 * Note that it is important to use the original @targetNamespace
10785 * @targetNamespace if the importing schema is a chameleon schema
10786 * (with no @targetNamespace).
10793 * targetNamespace [attribute].
10807 * <schema> must have a targetNamespace [attribute].
10977 NULL, 0, node, pctxt->targetNamespace, NULL, &bucket);
11023 * Check targetNamespace sanity before parsing the new schema.
11025 * targetNamespace was bad.
11030 * "SII has a targetNamespace [attribute], and its `actual
11031 * value` is identical to the `actual value` of the targetNamespace
11034 if (pctxt->targetNamespace == NULL) {
11044 pctxt->targetNamespace)) {
11053 pctxt->targetNamespace);
11056 } else if (pctxt->targetNamespace != NULL) {
11073 bucket->targetNamespace = pctxt->targetNamespace;
11540 (! xmlStrEqual(type->baseNs, type->targetNamespace)))
11555 xmlSchemaFormatQName(&str2, type->targetNamespace,
12143 ctxt->targetNamespace, node, 0);
12147 NULL, ctxt->targetNamespace, node, 0);
12163 name, ctxt->targetNamespace, node, 1);
12170 type->targetNamespace = ctxt->targetNamespace;
12589 elemDecl->name, elemDecl->targetNamespace, elemDecl);
12596 member->name, member->targetNamespace, member);
12605 elemDecl->name, elemDecl->targetNamespace, elemDecl), end);
12621 * member->name, member->targetNamespace,
12625 targetNamespace, member);
12642 elemDecl->name, elemDecl->targetNamespace, elemDecl),
12652 member->name, member->targetNamespace, member),
12694 elemDecl->name, elemDecl->targetNamespace, elemDecl);
12700 elemDecl->name, elemDecl->targetNamespace, elemDecl);
12702 elemDecl->name, elemDecl->targetNamespace, elemDecl);
12713 elemDecl->name, elemDecl->targetNamespace, elemDecl);
13091 elemDecl->targetNamespace,
13099 elemDecl->targetNamespace,
13307 nsName = ((xmlSchemaQNameRefPtr) link->type)->targetNamespace;
14257 (WXS_ATTRUSE_DECL(cur))->targetNamespace) != 0))
14489 pro->targetNamespace))
15098 ref->itemType, ref->name, ref->targetNamespace);
15102 "ref", ref->name, ref->targetNamespace, ref->itemType,
16631 xmlSchemaFormatQName(&str, base->targetNamespace,
16658 xmlSchemaFormatQName(&str, base->targetNamespace,
16710 xmlSchemaFormatQName(&str, base->targetNamespace,
16729 xmlSchemaFormatQName(&str, base->targetNamespace,
16738 xmlSchemaFormatQName(&str, base->targetNamespace,
16821 (! xmlStrEqual(elemR->targetNamespace, elemB->targetNamespace))))
16925 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0)
18229 XML_SCHEMA_TYPE_SIMPLE, tmpname, type->targetNamespace,
18233 XML_SCHEMA_TYPE_SIMPLE, NULL, type->targetNamespace,
18730 base->targetNamespace, base->name));
18971 item->targetNamespace, item->name));
19288 (prohib->targetNamespace == WXS_ATTRUSE_DECL_TNS(use)))
19299 prohib->targetNamespace, prohib->name),
19460 ref->targetNamespace);
19465 "ref", ref->name, ref->targetNamespace,
19923 xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace,
19924 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->targetNamespace))
19938 WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace,
20044 ref->itemType, ref->name, ref->targetNamespace);
20048 ref->targetNamespace, ref->itemType, NULL);
20183 ref->name, ref->targetNamespace);
20188 "ref", ref->name, ref->targetNamespace,
20372 idc->ref->targetNamespace);
20382 idc->ref->targetNamespace,
20414 xmlSchemaFormatQName(&str, refer->targetNamespace,
20430 prohib->targetNamespace) == NULL) {
20435 "ref", prohib->name, prohib->targetNamespace,
24980 (*localType)->targetNamespace,
25251 if (!xmlStrEqual(iattr->nsName, attrDecl->targetNamespace))
25321 tmpiattr->nsName = attrDecl->targetNamespace;
25751 iattr->decl->targetNamespace,