• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching defs:ref

16  *     need to validate all schema attributes (ref, type, name)
521 * The attr. decl. OR a QName-ref. to an attr. decl. OR
522 * a QName-ref. to an attribute group definition.
746 xmlSchemaQNameRefPtr ref;
1359 xmlSchemaGetQNameRefName(void *ref)
1361 return(((xmlSchemaQNameRefPtr) ref)->name);
1365 xmlSchemaGetQNameRefTargetNs(void *ref)
1367 return(((xmlSchemaQNameRefPtr) ref)->targetNamespace);
4342 xmlSchemaQNameRefPtr ref;
4360 ref = (xmlSchemaQNameRefPtr) use;
4361 name = ref->name;
4362 tns = ref->targetNamespace;
7104 attr = xmlSchemaGetPropNode(node, "ref");
7125 } else if (xmlStrEqual(attr->name, BAD_CAST "ref")) {
7303 xmlSchemaQNameRefPtr ref;
7319 ref = xmlSchemaNewQNameRef(pctxt, XML_SCHEMA_TYPE_ATTRIBUTE,
7321 if (ref == NULL)
7327 use->attrDecl = WXS_ATTR_CAST ref;
7433 * If ref is present, then all of <simpleType>,
7492 * One of ref or name must be present, but not both
7633 const xmlChar *refNs = NULL, *ref = NULL;
7638 attr = xmlSchemaGetPropNode(node, "ref");
7642 NULL, node, "ref", NULL);
7646 NULL, attr, &refNs, &ref);
7656 if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
7695 (ref == pctxt->redef->refName) &&
7701 * the �actual value� of whose ref [attribute] is the same
7713 xmlSchemaFormatQName(&str, refNs, ref), NULL);
7723 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
7735 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
8352 item->ref = xmlSchemaNewQNameRef(ctxt, XML_SCHEMA_TYPE_IDC_KEY,
8354 if (item->ref == NULL)
8358 &(item->ref->targetNamespace),
8359 &(item->ref->name));
8361 item->ref->targetNamespace);
8455 * If we get a "ref" attribute on a local <element> we will assume it's
8460 attr = xmlSchemaGetPropNode(node, "ref");
8495 const xmlChar *refNs = NULL, *ref = NULL;
8504 NULL, attr, &refNs, &ref);
8507 * SPEC (3.3.3 : 2.1) "One of ref or name must be present, but not both"
8511 XML_SCHEMAP_SRC_ELEMENT_2_1, NULL, nameAttr, "ref", "name");
8519 if (xmlStrEqual(attr->name, BAD_CAST "ref") ||
8533 "'id' are allowed in addition to 'ref'");
8555 ref, refNs);
8882 xmlSchemaQNameRefPtr ref;
8917 ref = xmlSchemaNewQNameRef(ctxt, XML_SCHEMA_TYPE_SIMPLE,
8919 if (ref == NULL) {
8927 link->type = (xmlSchemaTypePtr) ref;
9043 * Attribute "itemType". NOTE that we will use the "ref" and "refNs"
9047 * the "ref" fields.
9334 const xmlChar *ref = NULL, *refNs = NULL;
9340 attr = xmlSchemaGetPropNode(node, "ref");
9344 NULL, node, "ref", NULL);
9347 attr, &refNs, &ref) != 0) {
9360 if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
9382 xmlSchemaNewQNameRef(ctxt, XML_SCHEMA_TYPE_GROUP, ref, refNs);
11338 * some level the �actual value� of whose ref
14977 xmlSchemaQNameRefPtr ref =
14990 ref->itemType, ref->name, ref->targetNamespace);
14994 "ref", ref->name, ref->targetNamespace, ref->itemType,
18932 xmlSchemaQNameRefPtr ref, circ;
18939 ref = list->items[i];
18940 if ((ref->type == XML_SCHEMA_EXTRA_QNAMEREF) &&
18941 (ref->itemType == XML_SCHEMA_TYPE_ATTRIBUTEGROUP) &&
18942 (ref->item != NULL))
18944 gr = WXS_ATTR_GROUP_CAST ref->item;
18946 return(ref);
18987 * not be an <attributeGroup> with ref [attribute] which resolves
18991 * any <attributeGroup>s with a ref [attribute] among the [children],
19341 xmlSchemaResolveAttrGroupReferences(xmlSchemaQNameRefPtr ref,
19346 if (ref->item != NULL)
19349 ref->name,
19350 ref->targetNamespace);
19354 NULL, ref->node,
19355 "ref", ref->name, ref->targetNamespace,
19356 ref->itemType, NULL);
19359 ref->item = WXS_BASIC_CAST group;
19913 xmlSchemaQNameRefPtr ref;
19926 ref = WXS_QNAME_CAST WXS_PARTICLE_TERM(particle);
19934 ref->itemType, ref->name, ref->targetNamespace);
19937 NULL, WXS_ITEM_NODE(particle), "ref", ref->name,
19938 ref->targetNamespace, ref->itemType, NULL);
20066 xmlSchemaQNameRefPtr ref = WXS_QNAME_CAST ause->attrDecl;
20073 ref->name, ref->targetNamespace);
20078 "ref", ref->name, ref->targetNamespace,
20259 if (idc->ref->name != NULL) {
20260 idc->ref->item = (xmlSchemaBasicItemPtr)
20261 xmlSchemaGetIDC(pctxt->schema, idc->ref->name,
20262 idc->ref->targetNamespace);
20263 if (idc->ref->item == NULL) {
20271 "refer", idc->ref->name,
20272 idc->ref->targetNamespace,
20275 } else if (idc->ref->item->type == XML_SCHEMA_TYPE_IDC_KEYREF) {
20284 idc->ref->item = NULL;
20288 ((xmlSchemaIDCPtr) idc->ref->item)->nbFields) {
20292 refer = (xmlSchemaIDCPtr) idc->ref->item;
20325 "ref", prohib->name, prohib->targetNamespace,
20782 * 7. Attribute prohibitions which had a "ref" attribute.
20834 * "ref" attribute.
23082 refIdc = (xmlSchemaIDCPtr) idc->ref->item;
23682 if ((xmlSchemaIDCPtr) matcher->aidc->def->ref->item ==