Lines Matching defs:field

716  * The identity-constraint "field" and "selector" item, holding the
830 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector
8015 * field.
8046 * TODO: Differentiate between "selector" and "field".
8185 * <selector> and <field> elements.
8239 * URGENT TODO: "field"s have an other syntax than "selector"s.
8297 xmlSchemaIDCSelectPtr field = NULL, lastField = NULL;
8379 "(annotation?, (selector, field+))");
8389 * Child elements <field>.
8391 if (IS_SCHEMA(child, "field")) {
8393 field = xmlSchemaParseIDCSelectorAndField(ctxt,
8395 if (field != NULL) {
8396 field->index = item->nbFields;
8399 lastField->next = field;
8401 item->fields = field;
8402 lastField = field;
8405 } while (IS_SCHEMA(child, "field"));
8410 NULL, "(annotation?, (selector, field+))");
8417 NULL, "(annotation?, (selector, field+))");
8952 * Anchor the member types in the "subtypes" field of the
13138 * FIXME TODO: Do we need a new field in _xmlSchemaElement for
13153 * NOTE that now we use the "refDecl" field for this.
22276 * @type: "selector" or "field"
22354 * Returns the number of IC "field" state objects which resolved to
22390 xmlGenericError(xmlGenericErrorContext, "IDC: ['%s'] field '%s'\n",
22450 "activating field states\n");
22461 * An IDC key node was found by the IDC field.
22481 * Evaluate field state objects created on this node as well.
22628 "field resolves to a CT with simple content "
22640 * Not qualified if the field resolves to a node of non
22646 "The XPath '%s' of a field of %s does evaluate to a node of "
22755 "The XPath '%s' of a field of %s evaluates to a "
22823 * ancestor-or-self axis, the 'field' state object(s) looked
26807 * Clear the "decl" field to not confuse further processing.