Lines Matching defs:wildcard

685     xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
1156 return(BAD_CAST "wildcard (any)");
1698 *buf = xmlStrcat(*buf, BAD_CAST " wildcard");
2557 * wildcard here, since the wildcard might be unfolded into
2594 * they represent the same negated wildcard.
3795 * set: a schema wildcard namespace
3797 * Deallocates a list of wildcard constraint structures.
3813 * @wildcard: a wildcard structure
3815 * Deallocates a wildcard structure.
3818 xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard)
3820 if (wildcard == NULL)
3822 if (wildcard->annot != NULL)
3823 xmlSchemaFreeAnnot(wildcard->annot);
3824 if (wildcard->nsSet != NULL)
3825 xmlSchemaFreeWildcardNsSet(wildcard->nsSet);
3826 if (wildcard->negNsSet != NULL)
3827 xmlFree(wildcard->negNsSet);
3828 xmlFree(wildcard);
5607 * Creates a new wildcard namespace constraint.
5619 xmlSchemaPErrMemory(ctxt, "creating wildcard namespace constraint", NULL);
5664 * Adds a wildcard.
5680 xmlSchemaPErrMemory(ctxt, "adding wildcard", NULL);
6727 * @wildc: the wildcard, already created
6897 * Parsea a XML schema <any> element. A particle and wildcard
6947 * Create & parse the wildcard.
6971 /* Don't free the wildcard, since it's already on the list. */
7042 * Returns a wildcard or NULL.
7861 * Parse the attribute wildcard.
10496 * needs to be converted: before we built wildcard intersections
11746 * Attribute wildcard.
11891 * Attribute wildcard.
12361 * Parse attribute wildcard.
13485 * @dest: the destination wildcard
13486 * @source: the source wildcard
13531 * @completeWild: the first wildcard
13532 * @curWild: the second wildcard
13791 * @completeWild: the first wildcard
13792 * @curWild: the second wildcard
13969 * @sub: the first wildcard
13970 * @super: the second wildcard
14071 * @wild: the wildcard
14075 * (cvc-wildcard-namespace)
14077 * Returns 0 if the given namespace matches the wildcard,
14263 * {attribute wildcard} and the {target namespace} of the
14265 * to that wildcard, as defined in Wildcard allows Namespace
14278 "nor a matching wildcard exists in the %s %s",
14336 * (4) "If there is an {attribute wildcard}, all of the
14348 "The %s has an attribute wildcard, "
14361 * (4.2) "The complex type definition's {attribute wildcard}'s
14363 * definition}'s {attribute wildcard}'s {namespace constraint},
14369 "The attribute wildcard is not a valid "
14370 "subset of the wildcard in the %s %s '%s'",
14380 * wildcard}'s {process contents} must be identical to or
14382 * wildcard}'s {process contents}, where strict is stronger
14391 "The {process contents} of the attribute wildcard is "
14417 * Builds the wildcard and the attribute uses on the given complex type.
14447 * wildcard, i.e. intersect multiple wildcards.
14560 * Compute the complete wildcard.
14565 * (3.2.2.1) "If the `base wildcard` is non-`absent`, then
14570 * Union the complete wildcard with the base wildcard.
14571 * SPEC {attribute wildcard}
14572 * (3.2.2.1.2) "otherwise a wildcard whose {process contents}
14573 * and {annotation} are those of the `complete wildcard`,
14575 * of the {namespace constraint} of the `complete wildcard`
14576 * and of the `base wildcard`, as defined in Attribute
14584 * (3.2.2.1.1) "If the `complete wildcard` is `absent`,
14585 * then the `base wildcard`."
14591 * (3.2.2.2) "otherwise (the `base wildcard` is `absent`) the
14592 * `complete wildcard`"
14598 * SPEC {attribute wildcard}
14600 * `complete wildcard`;"
16230 * SPEC (1.3) "If it has an {attribute wildcard}, the complex type
16232 * {attribute wildcard}'s {namespace constraint} must be a subset
16233 * of the complex type definition's {attribute wildcard}'s {namespace
16248 "The base %s has an attribute wildcard, "
16249 "but this type is missing an attribute wildcard",
16261 "The attribute wildcard is not a valid "
16765 * above for {attribute wildcard} is satisfied, the intensional
16911 * @b: the base wildcard particle
16931 * of a wildcard particle all of the following must be true:"
16934 * with respect to the wildcard's {namespace constraint} as defined by
16980 * @r: the restricting wildcard particle
16981 * @b: the base wildcard particle
17015 * SPEC (3) "Unless B is the content model wildcard of the `ur-type
17071 * @b: the base wildcard particle
17095 * wildcard particle..."
17098 * restriction` of the wildcard as defined by
19160 * @completeWild: the intersected wildcard to be returned
19227 * Build the 'complete' wildcard; i.e. intersect multiple
19238 * Copy the first encountered wildcard as context,
19241 * Although the complete wildcard might not correspond
19335 * {attribute wildcard} property
20685 * (7.2.2) "The {attribute uses} and {attribute wildcard} of
20689 * {attribute uses} and {attribute wildcard} of that attribute
25341 * Validate against the wildcard.
25346 * (3.2.1) "There must be an {attribute wildcard}."
25361 * SPEC Item Valid (Wildcard) (cvc-wildcard)
25363 * the wildcard constraint, as defined in Wildcard allows
25371 * SPEC (cvc-wildcard):
25784 "demanded by the strict wildcard");
25820 * matching the wildcard.
25851 "demanded by the strict wildcard");
25977 "AUTOMATON callback for '%s' [wildcard]\n",
26529 * "anyType" has an unbounded, lax "any" wildcard.
26942 * The declaration might be set by the wildcard validation,
27317 * Skip elements if inside a "skip" wildcard or invalid.
27453 * Skip elements if inside a "skip" wildcard or if invalid.