• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:facets

1773  * @type: the type holding the enumeration facets
1797 for (facet = type->facets; facet != NULL; facet = facet->next) {
3948 if (type->facets != NULL) {
3951 facet = type->facets;
11634 * Add the facets to the simple type ancestor.
11656 type->facets = facet;
11667 if (type->facets != NULL) {
11670 facet = type->facets;
15203 if (type->facets != NULL) {
15213 facet = type->facets;
15227 * SPEC (1.3.2) "If there is a facet of the same kind in the {facets}
15300 * 2.3.1.2 The {facets} must only contain the whiteSpace
15305 if (type->facets != NULL) {
15306 facet = type->facets;
15390 if (type->facets != NULL) {
15395 * and enumeration facet components are allowed among the {facets}.
15397 facet = type->facets;
15417 * invalid facets.
15482 * 3.3.1.2 The {facets} must be empty.
15488 "No facets allowed", NULL);
15576 * allowed among the {facets}.
15578 if (type->facets != NULL) {
15582 facet = type->facets;
17117 * (st-restrict-facets)
17127 fmaxlen = NULL, fminlen = NULL, /* facets of the current type */
17131 bfmaxlen = NULL, bfminlen = NULL, /* facets of the base type */
17137 * SPEC st-restrict-facets 1:
17141 * SPEC st-restrict-facets 2:
17150 * SPEC st-restrict-facets 3:
17151 * "The {facets} of R are the union of S and the {facets}
17154 * {facets} of B, the one in the {facets} of B is not
17156 * facets, for which multiple occurrences with distinct values
17637 "deriving facets, creating a facet link", NULL);
17721 if (type->facets != NULL) {
17724 for (fac = type->facets; fac != NULL; fac = fac->next) {
17753 * OPTIMIZE VAL TODO: Some facets need a computed value.
18016 * (st-restrict-facets)
18145 * Move the facets, previously anchored on the
18148 content->facets = type->facets;
18149 type->facets = NULL;
18524 * Checks and computes the values of facets.
18735 * Checks the default values types, especially for facets
18744 * NOTE: It is intended to use the facets list, instead
18747 if (typeDecl->facets != NULL) {
18748 xmlSchemaFacetPtr facet = typeDecl->facets;
24068 * In Libxml2, derived built-in types have currently no explicit facets.
24075 * empty: until now, "pattern" and "enumeration" facets of the
24195 for (facet = tmpType->facets; facet != NULL; facet = facet->next) {
24236 * Process patters. Pattern facets are ORed at type level
24507 * Check facets.
24515 "validating facets of atomic simple type");
24591 * Apply facets (pattern, enumeration).
24599 "validating facets of list simple type");
24622 * member type, then the facets of the union type are applied. This
24663 * Apply facets (pattern, enumeration).
24678 "validating facets of union simple type");