Lines Matching defs: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,
5511 ret->children = NULL;
6529 * And now for the children...
6531 child = node->children;
6678 child = node->children;
6922 * And now for the children...
6924 child = node->children;
6949 particle->children = (xmlSchemaTreeItemPtr) wild;
6986 child = node->children;
7053 * And now for the children...
7055 child = node->children;
7341 * And now for the children...
7343 child = node->children;
7585 * And now for the children...
7587 child = node->children;
7674 * And now for the children...
7676 child = node->children;
7812 * And now for the children...
7814 child = node->children;
8255 * And now for the children...
8257 child = node->children;
8367 * And now for the children...
8369 child = node->children;
8474 child = node->children;
8545 * No children except <annotation> expected.
8560 particle->children = (xmlSchemaTreeItemPtr) refer;
8737 * And now for the children...
8806 particle->children = (xmlSchemaTreeItemPtr) decl;
8937 * And now for the children...
8939 child = node->children;
9054 * And now for the children...
9056 child = node->children;
9268 * And now for the children...
9274 child = node->children;
9302 * "Within the [children], each <simpleType> must have a
9303 * <restriction> among its [children] ... the �actual value� of whose
9383 item->children = (xmlSchemaTreeItemPtr)
9387 * And now for the children...
9389 child = node->children;
9477 * And now for the children...
9479 child = node->children;
9485 item->children = xmlSchemaParseModelGroup(ctxt, schema, child,
9489 item->children = xmlSchemaParseModelGroup(ctxt, schema, child,
9493 item->children = xmlSchemaParseModelGroup(ctxt, schema, child,
9549 if (cur->children != NULL) {
9550 if ((cur->children->type != XML_ENTITY_DECL) &&
9551 (cur->children->type != XML_ENTITY_REF_NODE) &&
9552 (cur->children->type != XML_ENTITY_NODE)) {
9553 cur = cur->children;
10122 if (node->children == NULL)
10125 ret = xmlSchemaParseSchemaTopLevel(pctxt, schema, node->children);
10733 * And now for the children...
10735 child = node->children;
10978 * "If there are any element information items among the [children]
11061 * And now for the children...
11063 child = node->children;
11217 particle->children = (xmlSchemaTreeItemPtr) item;
11260 * And now for the children...
11262 child = node->children;
11300 item->children = (xmlSchemaTreeItemPtr) part;
11338 part && part->children)
11340 if ((xmlSchemaGetQNameRefName(part->children) ==
11342 (xmlSchemaGetQNameRefTargetNs(part->children) ==
11407 item->children = part;
11489 * among its [children]), the simple type definition which is
11513 * "Within the [children], each <simpleType> must have a
11514 * <restriction> among its [children] ... the �actual value� of
11534 * And now for the children...
11536 child = node->children;
11612 * among the [children] of <restriction> if there is one;"
11795 * And now for the children...
11797 child = node->children;
11921 * And now for the children...
11923 child = node->children;
12018 child = node->children;
12241 * And now for the children...
12243 child = node->children;
12526 elemDecl = (xmlSchemaElementPtr) particle->children;
12629 if (((xmlSchemaElementPtr) particle->children)->flags &
12639 elemDecl = (xmlSchemaElementPtr) particle->children;
12692 if (particle->children == NULL) {
12700 switch (particle->children->type) {
12706 wild = (xmlSchemaWildcardPtr) particle->children;
12799 sub = particle->children->children;
12820 sub = particle->children->children;
12838 sub = particle->children->children;
12871 sub = particle->children->children;
12888 sub = particle->children->children;
12914 sub = particle->children->children;
12939 sub = particle->children->children;
12963 sub = (xmlSchemaParticlePtr) particle->children->children;
12970 elemDecl = (xmlSchemaElementPtr) sub->children;
13034 WXS_ITEM_TYPE_NAME(particle->children), NULL);
13200 * <simpleType>s among the [children] of <union>, if any."
14556 if ((particle->children == NULL) ||
14559 if (particle->children->type == XML_SCHEMA_TYPE_CHOICE) {
14562 (xmlSchemaParticlePtr) particle->children->children;
14567 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14568 (part->children->type == XML_SCHEMA_TYPE_ANY))
14583 (xmlSchemaParticlePtr) particle->children->children;
14588 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14589 (part->children->type == XML_SCHEMA_TYPE_ANY))
14611 if ((particle->children == NULL) ||
14612 (particle->children->children == NULL))
14614 if (particle->children->type == XML_SCHEMA_TYPE_CHOICE) {
14617 (xmlSchemaParticlePtr) particle->children->children;
14620 if (part->children == NULL)
14622 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14623 (part->children->type == XML_SCHEMA_TYPE_ANY))
14638 (xmlSchemaParticlePtr) particle->children->children;
14641 if (part->children == NULL)
14643 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14644 (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)
16977 if ((r->children == NULL) || (r->children->children == NULL))
16987 part = (xmlSchemaParticlePtr) r->children->children;
17031 if ((r->children == NULL) || (b->children == NULL) ||
17032 (r->children->type != b->children->type))
18099 * <simpleType> among the [children] of <restriction> if there
18101 * Note that this "<simpleType> among the [children]" was put
18109 * among its [children]), the simple type definition which
18240 ((particle->children->type == XML_SCHEMA_TYPE_ALL) ||
18241 (particle->children->type == XML_SCHEMA_TYPE_SEQUENCE) ||
18242 ((particle->children->type == XML_SCHEMA_TYPE_CHOICE) &&
18244 ( ((xmlSchemaTreeItemPtr) particle->children)->children == NULL))) {
18256 (particle->children->type != XML_SCHEMA_TYPE_SEQUENCE)) {
18267 particle->children = (xmlSchemaTreeItemPtr)
18270 if (particle->children == NULL)
18287 * [children]."
18392 particle->children = (xmlSchemaTreeItemPtr)
18395 if (particle->children == NULL)
18404 particle->children->children =
18409 if (particle->children->children == NULL)
18412 particle->children->children;
18413 particle->children =
18414 ((xmlSchemaParticlePtr) baseType->subtypes)->children;
18439 particle->children->children =
18792 term = particle->children;
18806 if (gdef->children != NULL) {
18809 gdef->children->children);
18818 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18849 (item->children == NULL))
18854 circ = xmlSchemaGetCircModelGrDefRef(item, item->children->children);
18875 circ->children = NULL;
18996 * <redefine>, then among the [children], if any, there must
19001 * any <attributeGroup>s with a ref [attribute] among the [children],
19851 sub = WXS_PARTICLE_TERM(particle)->children; (xmlSchemaParticlePtr)
19939 particle->children = NULL;
19984 particle->children = (xmlSchemaTreeItemPtr) refItem;
19990 particle->children = (xmlSchemaTreeItemPtr) refItem;
20218 * information item in the [children], if present, otherwise the simple
20457 (WXS_PTC_CAST redef->reference)->children =
26038 * the item has neither element nor character [children] and
26180 * information item [children].
26204 * the [children] of that element information item.
26443 * information item [children]."
26500 * element information item [children], if any, taken in
26545 * item [children], ..."
26553 * have no element information item [children]."
26603 * element information item [children]."
26613 * information item [children]."
26631 * item [children] other than those whose [character
27762 xmlNodeListGetString(attr->doc, attr->children, 1), 1);
27828 if (node->children != NULL) {
27829 node = node->children;