• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/libxml2-26/libxml2/

Lines Matching defs:field

716  * The identity-constraint "field" and "selector" item, holding the
830 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector
8032 * field.
8063 * TODO: Differentiate between "selector" and "field".
8202 * <selector> and <field> elements.
8256 * URGENT TODO: "field"s have an other syntax than "selector"s.
8314 xmlSchemaIDCSelectPtr field = NULL, lastField = NULL;
8396 "(annotation?, (selector, field+))");
8406 * Child elements <field>.
8408 if (IS_SCHEMA(child, "field")) {
8410 field = xmlSchemaParseIDCSelectorAndField(ctxt,
8412 if (field != NULL) {
8413 field->index = item->nbFields;
8416 lastField->next = field;
8418 item->fields = field;
8419 lastField = field;
8422 } while (IS_SCHEMA(child, "field"));
8427 NULL, "(annotation?, (selector, field+))");
8434 NULL, "(annotation?, (selector, field+))");
8969 * Anchor the member types in the "subtypes" field of the
13232 * FIXME TODO: Do we need a new field in _xmlSchemaElement for
13247 * NOTE that now we use the "refDecl" field for this.
22376 * @type: "selector" or "field"
22454 * Returns the number of IC "field" state objects which resolved to
22490 xmlGenericError(xmlGenericErrorContext, "IDC: ['%s'] field '%s'\n",
22550 "activating field states\n");
22561 * An IDC key node was found by the IDC field.
22581 * Evaluate field state objects created on this node as well.
22728 "field resolves to a CT with simple content "
22740 * Not qualified if the field resolves to a node of non
22746 "The XPath '%s' of a field of %s does evaluate to a node of "
22855 "The XPath '%s' of a field of %s evaluates to a "
22923 * ancestor-or-self axis, the 'field' state object(s) looked
26932 * Clear the "decl" field to not confuse further processing.