Home | History | Annotate | Download | only in libxml2

Lines Matching refs:values

327             errmsg = "Unescaped '<' not allowed in attributes values\n";
989 const xmlChar *values[5]; /* array of localname/prefix/values/external */
997 * Normalize the space in non CDATA attribute values:
1035 * Normalize the space in non CDATA attribute values, a slightly more complex
1036 * front end to avoid allocation problems when running on attribute values
1181 defaults->values[5 * defaults->nbAttrs] = name;
1182 defaults->values[5 * defaults->nbAttrs + 1] = prefix;
1186 defaults->values[5 * defaults->nbAttrs + 2] = value;
1187 defaults->values[5 * defaults->nbAttrs + 3] = value + len;
1189 defaults->values[5 * defaults->nbAttrs + 4] = BAD_CAST "external";
1191 defaults->values[5 * defaults->nbAttrs + 4] = NULL;
1769 * only to compare to ASCII values otherwise it would break when
2276 * - Included in literal in entity values
2316 * NOTE: in the case of entity values, we don't do the
2507 * we are operating on already parsed values.
5240 * [ WFC: No < in Attribute Values ]
5292 * Values of this type must match one of the notation names included
5359 * Values of this type must match one of the Nmtoken tokens in
5464 * Validity constraints for attribute values syntax are checked in
5468 * Values of type ID must match the Name production. A name must not
5470 * i.e., ID values must uniquely identify the elements which bear them.
5479 * Values of type IDREF must match the Name production, and values
5482 * values must match the value of some ID attribute.
5485 * Values of type ENTITY must match the Name production, values
5490 * Values of type NMTOKEN must match the Nmtoken production; values
7133 * Attribute values cannot contain direct or indirect
7142 * [ WFC: No < in Attribute Values ]
7152 "'<' in entity '%s' is not allowed in attributes values\n", name);
7321 * Attribute values cannot contain direct or indirect
7330 * [ WFC: No < in Attribute Values ]
7340 "'<' in entity '%s' is not allowed in attributes values\n",
7848 * Attribute values cannot contain direct or indirect entity references
7851 * [ WFC: No < in Attribute Values ]
8661 * point since the attribute values may be stored as pointers to
8898 attname = defaults->values[5 * i];
8899 aprefix = defaults->values[5 * i + 1];
8914 if (nsname != defaults->values[5 * i + 2]) {
8916 defaults->values[5 * i + 2]) > 0)
8929 if (nsname != defaults->values[2]) {
8931 defaults->values[5 * i + 2]) > 0)
8957 atts[nbatts++] = defaults->values[5 * i + 2];
8958 atts[nbatts++] = defaults->values[5 * i + 3];
8960 (defaults->values[5 * i + 4] != NULL)) {
9777 * - attributes with default values, if elements to which these
9779 * of values for these attributes, or
9782 * - attributes with values subject to normalization, where the
10726 /* > can be found unescaped in attribute values */
10915 /* > can be found unescaped in attribute values */