• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/

Lines Matching defs:wildcard

685     xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
1151 return(BAD_CAST "wildcard (any)");
1693 *buf = xmlStrcat(*buf, BAD_CAST " wildcard");
2527 * wildcard here, since the wildcard might be unfolded into
2564 * they represent the same negated wildcard.
3761 * set: a schema wildcard namespace
3763 * Deallocates a list of wildcard constraint structures.
3779 * @wildcard: a wildcard structure
3781 * Deallocates a wildcard structure.
3784 xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard)
3786 if (wildcard == NULL)
3788 if (wildcard->annot != NULL)
3789 xmlSchemaFreeAnnot(wildcard->annot);
3790 if (wildcard->nsSet != NULL)
3791 xmlSchemaFreeWildcardNsSet(wildcard->nsSet);
3792 if (wildcard->negNsSet != NULL)
3793 xmlFree(wildcard->negNsSet);
3794 xmlFree(wildcard);
5573 * Creates a new wildcard namespace constraint.
5585 xmlSchemaPErrMemory(ctxt, "creating wildcard namespace constraint", NULL);
5630 * Adds a wildcard.
5646 xmlSchemaPErrMemory(ctxt, "adding wildcard", NULL);
6693 * @wildc: the wildcard, already created
6863 * Parsea a XML schema <any> element. A particle and wildcard
6913 * Create & parse the wildcard.
6937 /* Don't free the wildcard, since it's already on the list. */
7008 * Returns a wildcard or NULL.
7827 * Parse the attribute wildcard.
10462 * needs to be converted: before we built wildcard intersections
11712 * Attribute wildcard.
11857 * Attribute wildcard.
12327 * Parse attribute wildcard.
13442 * @dest: the destination wildcard
13443 * @source: the source wildcard
13488 * @completeWild: the first wildcard
13489 * @curWild: the second wildcard
13748 * @completeWild: the first wildcard
13749 * @curWild: the second wildcard
13926 * @sub: the first wildcard
13927 * @super: the second wildcard
14028 * @wild: the wildcard
14032 * (cvc-wildcard-namespace)
14034 * Returns 0 if the given namespace matches the wildcard,
14220 * {attribute wildcard} and the {target namespace} of the
14222 * to that wildcard, as defined in Wildcard allows Namespace
14235 "nor a matching wildcard exists in the %s %s",
14293 * (4) "If there is an {attribute wildcard}, all of the
14305 "The %s has an attribute wildcard, "
14318 * (4.2) "The complex type definition's {attribute wildcard}'s
14320 * definition}'s {attribute wildcard}'s {namespace constraint},
14326 "The attribute wildcard is not a valid "
14327 "subset of the wildcard in the %s %s '%s'",
14337 * wildcard}'s {process contents} must be identical to or
14339 * wildcard}'s {process contents}, where strict is stronger
14348 "The {process contents} of the attribute wildcard is "
14374 * Builds the wildcard and the attribute uses on the given complex type.
14404 * wildcard, i.e. intersect multiple wildcards.
14517 * Compute the complete wildcard.
14522 * (3.2.2.1) "If the ���base wildcard��� is non-���absent���, then
14527 * Union the complete wildcard with the base wildcard.
14528 * SPEC {attribute wildcard}
14529 * (3.2.2.1.2) "otherwise a wildcard whose {process contents}
14530 * and {annotation} are those of the ���complete wildcard���,
14532 * of the {namespace constraint} of the ���complete wildcard���
14533 * and of the ���base wildcard���, as defined in Attribute
14541 * (3.2.2.1.1) "If the ���complete wildcard��� is ���absent���,
14542 * then the ���base wildcard���."
14548 * (3.2.2.2) "otherwise (the ���base wildcard��� is ���absent���) the
14549 * ���complete wildcard"
14555 * SPEC {attribute wildcard}
14557 * ���complete wildcard���;"
16186 * SPEC (1.3) "If it has an {attribute wildcard}, the complex type
16188 * {attribute wildcard}'s {namespace constraint} must be a subset
16189 * of the complex type definition's {attribute wildcard}'s {namespace
16204 "The base %s has an attribute wildcard, "
16205 "but this type is missing an attribute wildcard",
16217 "The attribute wildcard is not a valid "
16721 * above for {attribute wildcard} is satisfied, the intensional
16867 * @b: the base wildcard particle
16887 * of a wildcard particle all of the following must be true:"
16890 * with respect to the wildcard's {namespace constraint} as defined by
16936 * @r: the restricting wildcard particle
16937 * @b: the base wildcard particle
16971 * SPEC (3) "Unless B is the content model wildcard of the ���ur-type
17027 * @b: the base wildcard particle
17051 * wildcard particle..."
17054 * restriction��� of the wildcard as defined by
19116 * @completeWild: the intersected wildcard to be returned
19183 * Build the 'complete' wildcard; i.e. intersect multiple
19194 * Copy the first encountered wildcard as context,
19197 * Although the complete wildcard might not correspond
19291 * {attribute wildcard} property
20641 * (7.2.2) "The {attribute uses} and {attribute wildcard} of
20645 * {attribute uses} and {attribute wildcard} of that attribute
25297 * Validate against the wildcard.
25302 * (3.2.1) "There must be an {attribute wildcard}."
25317 * SPEC Item Valid (Wildcard) (cvc-wildcard)
25319 * the wildcard constraint, as defined in Wildcard allows
25327 * SPEC (cvc-wildcard):
25740 "demanded by the strict wildcard");
25776 * matching the wildcard.
25807 "demanded by the strict wildcard");
25933 "AUTOMATON callback for '%s' [wildcard]\n",
26468 * "anyType" has an unbounded, lax "any" wildcard.
26876 * The declaration might be set by the wildcard validation,
27251 * Skip elements if inside a "skip" wildcard or invalid.
27380 * Skip elements if inside a "skip" wildcard or if invalid.