Lines Matching refs:children
186 #define WXS_PARTICLE_TERM(p) (WXS_PARTICLE(p))->children
190 #define WXS_PARTICLE_MODEL(p) WXS_MODEL_GROUP_CAST WXS_PARTICLE(p)->children
194 #define WXS_MODELGROUPDEF_MODEL(mgd) (WXS_MODEL_GROUP_CAST (mgd))->children
203 #define WXS_MODELGROUP_PARTICLE(mg) WXS_PTC_CAST (mg)->children
503 xmlSchemaTreeItemPtr children;
665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
703 xmlSchemaTreeItemPtr children; /* the "model group" */
4278 if (particle->children == NULL) {
4282 term = particle->children;
4321 (term->children != NULL)) {
4322 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children,
5509 ret->children = NULL;
6527 * And now for the children...
6529 child = node->children;
6676 child = node->children;
6920 * And now for the children...
6922 child = node->children;
6947 particle->children = (xmlSchemaTreeItemPtr) wild;
6984 child = node->children;
7051 * And now for the children...
7053 child = node->children;
7339 * And now for the children...
7341 child = node->children;
7583 * And now for the children...
7585 child = node->children;
7672 * And now for the children...
7674 child = node->children;
7810 * And now for the children...
7812 child = node->children;
8253 * And now for the children...
8255 child = node->children;
8365 * And now for the children...
8367 child = node->children;
8472 child = node->children;
8543 * No children except <annotation> expected.
8558 particle->children = (xmlSchemaTreeItemPtr) refer;
8735 * And now for the children...
8804 particle->children = (xmlSchemaTreeItemPtr) decl;
8935 * And now for the children...
8937 child = node->children;
9052 * And now for the children...
9054 child = node->children;
9266 * And now for the children...
9272 child = node->children;
9300 * "Within the [children], each <simpleType> must have a
9301 * <restriction> among its [children] ... the ?actual value? of whose
9381 item->children = (xmlSchemaTreeItemPtr)
9385 * And now for the children...
9387 child = node->children;
9475 * And now for the children...
9477 child = node->children;
9483 item->children = xmlSchemaParseModelGroup(ctxt, schema, child,
9487 item->children = xmlSchemaParseModelGroup(ctxt, schema, child,
9491 item->children = xmlSchemaParseModelGroup(ctxt, schema, child,
9547 if (cur->children != NULL) {
9548 if ((cur->children->type != XML_ENTITY_DECL) &&
9549 (cur->children->type != XML_ENTITY_REF_NODE) &&
9550 (cur->children->type != XML_ENTITY_NODE)) {
9551 cur = cur->children;
10120 if (node->children == NULL)
10123 ret = xmlSchemaParseSchemaTopLevel(pctxt, schema, node->children);
10731 * And now for the children...
10733 child = node->children;
10976 * "If there are any element information items among the [children]
11059 * And now for the children...
11061 child = node->children;
11215 particle->children = (xmlSchemaTreeItemPtr) item;
11258 * And now for the children...
11260 child = node->children;
11298 item->children = (xmlSchemaTreeItemPtr) part;
11336 part && part->children)
11338 if ((xmlSchemaGetQNameRefName(part->children) ==
11340 (xmlSchemaGetQNameRefTargetNs(part->children) ==
11405 item->children = part;
11487 * among its [children]), the simple type definition which is
11511 * "Within the [children], each <simpleType> must have a
11512 * <restriction> among its [children] ... the ?actual value? of
11532 * And now for the children...
11534 child = node->children;
11610 * among the [children] of <restriction> if there is one;"
11793 * And now for the children...
11795 child = node->children;
11919 * And now for the children...
11921 child = node->children;
12016 child = node->children;
12239 * And now for the children...
12241 child = node->children;
12524 elemDecl = (xmlSchemaElementPtr) particle->children;
12627 if (((xmlSchemaElementPtr) particle->children)->flags &
12637 elemDecl = (xmlSchemaElementPtr) particle->children;
12690 if (particle->children == NULL) {
12698 switch (particle->children->type) {
12704 wild = (xmlSchemaWildcardPtr) particle->children;
12797 sub = particle->children->children;
12818 sub = particle->children->children;
12836 sub = particle->children->children;
12869 sub = particle->children->children;
12886 sub = particle->children->children;
12912 sub = particle->children->children;
12937 sub = particle->children->children;
12961 sub = (xmlSchemaParticlePtr) particle->children->children;
12968 elemDecl = (xmlSchemaElementPtr) sub->children;
13032 WXS_ITEM_TYPE_NAME(particle->children), NULL);
13198 * <simpleType>s among the [children] of <union>, if any."
14554 if ((particle->children == NULL) ||
14557 if (particle->children->type == XML_SCHEMA_TYPE_CHOICE) {
14560 (xmlSchemaParticlePtr) particle->children->children;
14565 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14566 (part->children->type == XML_SCHEMA_TYPE_ANY))
14581 (xmlSchemaParticlePtr) particle->children->children;
14586 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14587 (part->children->type == XML_SCHEMA_TYPE_ANY))
14610 if ((particle->children == NULL) ||
14611 (particle->children->children == NULL))
14613 if (particle->children->type == XML_SCHEMA_TYPE_CHOICE) {
14616 (xmlSchemaParticlePtr) particle->children->children;
14619 if (part->children == NULL)
14621 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14622 (part->children->type == XML_SCHEMA_TYPE_ANY))
14637 (xmlSchemaParticlePtr) particle->children->children;
14640 if (part->children == NULL)
14642 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14643 (part->children->type == XML_SCHEMA_TYPE_ANY))
14675 (particle->children == NULL))
14681 if (WXS_IS_MODEL_GROUP(particle->children)) {
15634 * [children], but not both."
15642 * an itemType [attribute] or a <simpleType> among its [children],
16110 buse->children),
16600 * must be a <simpleType> among the [children] of
16607 "A <simpleType> is expected among the children "
16713 elemR = (xmlSchemaElementPtr) r->children;
16714 elemB = (xmlSchemaElementPtr) b->children;
16824 if (xmlSchemaCheckCVCWildcardNamespace((xmlSchemaWildcardPtr) b->children,
16825 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0)
16898 if (xmlSchemaCheckCOSNSSubset((xmlSchemaWildcardPtr) r->children,
16899 (xmlSchemaWildcardPtr) b->children))
16908 if ( ((xmlSchemaWildcardPtr) r->children)->processContents <
16909 ((xmlSchemaWildcardPtr) b->children)->processContents)
16978 if ((r->children == NULL) || (r->children->children == NULL))
16988 part = (xmlSchemaParticlePtr) r->children->children;
17033 if ((r->children == NULL) || (b->children == NULL) ||
17034 (r->children->type != b->children->type))
18101 * <simpleType> among the [children] of <restriction> if there
18103 * Note that this "<simpleType> among the [children]" was put
18111 * among its [children]), the simple type definition which
18242 ((particle->children->type == XML_SCHEMA_TYPE_ALL) ||
18243 (particle->children->type == XML_SCHEMA_TYPE_SEQUENCE) ||
18244 ((particle->children->type == XML_SCHEMA_TYPE_CHOICE) &&
18246 ( ((xmlSchemaTreeItemPtr) particle->children)->children == NULL))) {
18258 (particle->children->type != XML_SCHEMA_TYPE_SEQUENCE)) {
18269 particle->children = (xmlSchemaTreeItemPtr)
18272 if (particle->children == NULL)
18289 * [children]."
18394 particle->children = (xmlSchemaTreeItemPtr)
18397 if (particle->children == NULL)
18406 particle->children->children =
18411 if (particle->children->children == NULL)
18414 particle->children->children;
18415 particle->children =
18416 ((xmlSchemaParticlePtr) baseType->subtypes)->children;
18441 particle->children->children =
18794 term = particle->children;
18808 if (gdef->children != NULL) {
18811 gdef->children->children);
18820 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18851 (item->children == NULL))
18856 circ = xmlSchemaGetCircModelGrDefRef(item, item->children->children);
18877 circ->children = NULL;
18998 * <redefine>, then among the [children], if any, there must
19003 * any <attributeGroup>s with a ref [attribute] among the [children],
19853 sub = WXS_PARTICLE_TERM(particle)->children; (xmlSchemaParticlePtr)
19941 particle->children = NULL;
19986 particle->children = (xmlSchemaTreeItemPtr) refItem;
19992 particle->children = (xmlSchemaTreeItemPtr) refItem;
20220 * information item in the [children], if present, otherwise the simple
20459 (WXS_PTC_CAST redef->reference)->children =
26040 * the item has neither element nor character [children] and
26182 * information item [children].
26206 * the [children] of that element information item.
26445 * information item [children]."
26502 * element information item [children], if any, taken in
26547 * item [children], ..."
26555 * have no element information item [children]."
26605 * element information item [children]."
26615 * information item [children]."
26633 * item [children] other than those whose [character
27764 xmlNodeListGetString(attr->doc, attr->children, 1), 1);
27830 if (node->children != NULL) {
27831 node = node->children;