• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching defs:term

665     xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,
4268 xmlSchemaTreeItemPtr term;
4279 fprintf(output, "MISSING particle term\n");
4282 term = particle->children;
4283 if (term == NULL) {
4286 switch (term->type) {
4289 ((xmlSchemaElementPtr)term)->targetNamespace,
4290 ((xmlSchemaElementPtr)term)->name));
4317 if (term &&
4318 ((term->type == XML_SCHEMA_TYPE_SEQUENCE) ||
4319 (term->type == XML_SCHEMA_TYPE_CHOICE) ||
4320 (term->type == XML_SCHEMA_TYPE_ALL)) &&
4321 (term->children != NULL)) {
4322 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children,
9378 * Create a qname-reference and set as the term; it will be substituted
12684 * Just return in this case. A missing "term" of the particle
12685 * might arise due to an invalid "term" component.
12963 "<element> particle has no term");
13023 "found unexpected term of type '%s' in content model",
13095 * term.
14668 * SPEC (2) "Its {term} is a group and the minimum part of the
14967 * which has a QName-helper component as its {term}, we want
15004 * particle's {term}.
15011 * "1.2 the {term} property of a particle with
18392 * and assign its "term" to it.
18778 xmlSchemaTreeItemPtr term;
18782 term = particle->children;
18783 if (term == NULL)
18785 switch (term->type) {
18787 gdef = (xmlSchemaModelGroupDefPtr) term;
18808 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18834 * of a group there must not be at any depth a particle whose {term}
18875 * Assigns the model group of model group definitions to the "term"
18878 * definitions were assigned to the "term", since needed for the
18908 * Assign the model group to the {term} of the particle.
19783 * Just return in this case. A missing "term" of the particle
19784 * might arise due to an invalid "term" component.
19861 "found unexpected term of type '%s' in content model",
19929 * NULL the {term} by default.
19948 * itself to the "term" of the particle. This will ease
19950 * that the "term" will be assigned the model group of the
19962 * (1.2) "the {term} property of a particle [... of] the "
20779 * - the term of the particle (e.g. a model group)
20892 * level. Until now the 'term' of such particles pointed
20894 * ease circularity checks. Now we need to set the 'term' of