Home | History | Annotate | Download | only in libxml2

Lines Matching defs:fixed

324 * Since we put the default/fixed values into the dict, we can
578 need to be fixed. */
4192 fprintf(output, "[fixed] ");
4202 * Default/fixed value.
5515 * need not to be fixed up (i.e. the reference to be resolved).
6668 const xmlChar *fixed;
6670 fixed = xmlSchemaGetProp(ctxt, node, "fixed");
6671 if (fixed != NULL) {
6672 if (xmlStrEqual(fixed, BAD_CAST "true"))
6673 facet->fixed = 1;
7179 * default and fixed must not both be present.
7184 NULL, attr, "default", "fixed");
7190 } else if (xmlStrEqual(attr->name, BAD_CAST "fixed")) {
7193 * default and fixed must not both be present.
7198 NULL, attr, "default", "fixed");
7544 (!xmlStrEqual(attr->name, BAD_CAST "fixed")) &&
7562 * Attribute "fixed".
7564 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed");
7574 * default and fixed must not both be present.
7578 WXS_BASIC_CAST ret, attr, "default", "fixed");
8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue;
8613 (!xmlStrEqual(attr->name, BAD_CAST "fixed")) &&
8718 attr = xmlSchemaGetPropNode(node, "fixed");
8720 fixed = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
8724 * default and fixed must not both be present.
8728 NULL, attr, "default", "fixed");
8731 decl->value = fixed;
13931 int *fixed,
13935 *fixed = 0;
13945 *fixed = 1;
13953 *fixed = 1;
14120 * fixed with the same string as B's.
14722 * not be fixed or *in* fixing?
15406 * The value of ?whiteSpace? is fixed to the value collapse.
16744 * or is not fixed, or R's declaration's {value constraint} is fixed
17072 "The base type's facet is 'fixed', thus the value must not " \
17252 if ((res != 0) && (bflength->fixed)) {
17267 if ((res != 0) && (bfminlen->fixed)) {
17281 if ((res != 0) && (bfmaxlen->fixed)) {
17335 if ((res != 0) && (bfmaxinc->fixed)) {
17390 if ((res != 0) && (bfmaxexc->fixed)) {
17445 if ((res != 0) && (bfminexc->fixed)) {
17500 if ((res != 0) && (bfmininc->fixed)) {
17541 if ((res != 0) && (bftotdig->fixed)) {
17556 if ((res != 0) && (bffracdig->fixed)) {
17615 if ((bfacet->fixed) &&
17800 * by ?restriction? from it) the value of whiteSpace is fixed to
19627 BAD_CAST "fixed");
20130 "The attribute declaration has a 'fixed' value constraint "
20131 ", thus the attribute use must also have a 'fixed' value "
20180 * "If the {attribute declaration} has a fixed
20182 * {value constraint}, it must also be fixed and its value must match
20194 "The 'fixed' value constraint of the attribute use "
20488 * beed fixed.
21441 * by ?restriction? from it) the value of whiteSpace is fixed to
21449 * For list types the facet "whiteSpace" is fixed to "collapse".
24965 "there is a fixed value constraint defined "
25102 int xpathRes = 0, res, wildIDs = 0, fixed;
25205 * Handle non-existent, optional, default/fixed attributes.
25376 fixed = 0;
25394 * Default/fixed attributes.
25412 "default/fixed value on an attribute use was "
25472 "default/fixed attribute");
25514 fixed = 1;
25516 fixed = 0;
25526 if (xpathRes || fixed) {
25556 if (fixed) {
25563 * constraint}value, if it is present and fixed."
25571 * the {value constraint}, if it is present and fixed."
25661 "The value '%s' does not match the fixed "
25775 * This will be called if: not nilled, no content and a default/fixed
26170 * 5.2.2 If there is a fixed {value constraint} and clause 3.2 has
26189 "there is a fixed value constraint");
26216 "The initial value '%s' does not match the fixed "
26239 "The actual value '%s' does not match the fixed "
26650 * *initial value* for default/fixed value constraints.