Home | History | Annotate | Download | only in libxml2

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);
10743 * And now for the children...
10745 child = node->children;
10988 * "If there are any element information items among the [children]
11072 * And now for the children...
11074 child = node->children;
11228 particle->children = (xmlSchemaTreeItemPtr) item;
11271 * And now for the children...
11273 child = node->children;
11311 item->children = (xmlSchemaTreeItemPtr) part;
11349 part && part->children)
11351 if ((xmlSchemaGetQNameRefName(part->children) ==
11353 (xmlSchemaGetQNameRefTargetNs(part->children) ==
11418 item->children = part;
11500 * among its [children]), the simple type definition which is
11524 children], each <simpleType> must have a
11525 * <restriction> among its [children] ... the ?actual value? of
11545 * And now for the children...
11547 child = node->children;
11623 * among the [children] of <restriction> if there is one;"
11806 * And now for the children...
11808 child = node->children;
11932 * And now for the children...
11934 child = node->children;
12029 child = node->children;
12252 * And now for the children...
12254 child = node->children;
12543 elemDecl = (xmlSchemaElementPtr) particle->children;
12656 if (((xmlSchemaElementPtr) particle->children)->flags &
12666 elemDecl = (xmlSchemaElementPtr) particle->children;
12725 if (particle->children == NULL) {
12733 switch (particle->children->type) {
12739 wild = (xmlSchemaWildcardPtr) particle->children;
12835 sub = particle->children->children;
12858 sub = particle->children->children;
12880 sub = particle->children->children;
12915 sub = particle->children->children;
12934 sub = particle->children->children;
12963 sub = particle->children->children;
12989 sub = particle->children->children;
13018 sub = (xmlSchemaParticlePtr) particle->children->children;
13031 elemDecl = (xmlSchemaElementPtr) sub->children;
13099 WXS_ITEM_TYPE_NAME(particle->children), NULL);
13266 * <simpleType>s among the [children] of <union>, if any."
14622 if ((particle->children == NULL) ||
14625 if (particle->children->type == XML_SCHEMA_TYPE_CHOICE) {
14628 (xmlSchemaParticlePtr) particle->children->children;
14633 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14634 (part->children->type == XML_SCHEMA_TYPE_ANY))
14649 (xmlSchemaParticlePtr) particle->children->children;
14654 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14655 (part->children->type == XML_SCHEMA_TYPE_ANY))
14678 if ((particle->children == NULL) ||
14679 (particle->children->children == NULL))
14681 if (particle->children->type == XML_SCHEMA_TYPE_CHOICE) {
14684 (xmlSchemaParticlePtr) particle->children->children;
14687 if (part->children == NULL)
14689 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14690 (part->children->type == XML_SCHEMA_TYPE_ANY))
14705 (xmlSchemaParticlePtr) particle->children->children;
14708 if (part->children == NULL)
14710 if ((part->children->type == XML_SCHEMA_TYPE_ELEMENT) ||
14711 (part->children->type == XML_SCHEMA_TYPE_ANY))
14743 (particle->children == NULL))
14749 if (WXS_IS_MODEL_GROUP(particle->children)) {
15704 * [children], but not both."
15712 * an itemType [attribute] or a <simpleType> among its [children],
16180 buse->children),
16670 * must be a <simpleType> among the [children] of
16677 "A <simpleType> is expected among the children "
16783 elemR = (xmlSchemaElementPtr) r->children;
16784 elemB = (xmlSchemaElementPtr) b->children;
16894 if (xmlSchemaCheckCVCWildcardNamespace((xmlSchemaWildcardPtr) b->children,
16895 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0)
16968 if (xmlSchemaCheckCOSNSSubset((xmlSchemaWildcardPtr) r->children,
16969 (xmlSchemaWildcardPtr) b->children))
16978 if ( ((xmlSchemaWildcardPtr) r->children)->processContents <
16979 ((xmlSchemaWildcardPtr) b->children)->processContents)
17048 if ((r->children == NULL) || (r->children->children == NULL))
17058 part = (xmlSchemaParticlePtr) r->children->children;
17103 if ((r->children == NULL) || (b->children == NULL) ||
17104 (r->children->type != b->children->type))
18171 * <simpleType> among the [children] of <restriction> if there
18173 * Note that this "<simpleType> among the [children]" was put
18181 * among its [children]), the simple type definition which
18312 ((particle->children->type == XML_SCHEMA_TYPE_ALL) ||
18313 (particle->children->type == XML_SCHEMA_TYPE_SEQUENCE) ||
18314 ((particle->children->type == XML_SCHEMA_TYPE_CHOICE) &&
18316 ( ((xmlSchemaTreeItemPtr) particle->children)->children == NULL))) {
18328 (particle->children->type != XML_SCHEMA_TYPE_SEQUENCE)) {
18339 particle->children = (xmlSchemaTreeItemPtr)
18342 if (particle->children == NULL)
18359 * [children]."
18464 particle->children = (xmlSchemaTreeItemPtr)
18467 if (particle->children == NULL)
18476 particle->children->children =
18481 if (particle->children->children == NULL)
18484 particle->children->children;
18485 particle->children =
18486 ((xmlSchemaParticlePtr) baseType->subtypes)->children;
18511 particle->children->children =
18864 term = particle->children;
18878 if (gdef->children != NULL) {
18881 gdef->children->children);
18890 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18921 (item->children == NULL))
18926 circ = xmlSchemaGetCircModelGrDefRef(item, item->children->children);
18947 circ->children = NULL;
19068 * <redefine>, then among the [children], if any, there must
19073 * any <attributeGroup>s with a ref [attribute] among the [children],
19923 sub = WXS_PARTICLE_TERM(particle)->children; (xmlSchemaParticlePtr)
20011 particle->children = NULL;
20056 particle->children = (xmlSchemaTreeItemPtr) refItem;
20062 particle->children = (xmlSchemaTreeItemPtr) refItem;
20290 * information item in the [children], if present, otherwise the simple
20529 (WXS_PTC_CAST redef->reference)->children =
26113 * the item has neither element nor character [children] and
26255 * information item [children].
26279 * the [children] of that element information item.
26518 * information item [children]."
26575 * element information item [children], if any, taken in
26620 * item [children], ..."
26628 * have no element information item [children]."
26678 * element information item [children]."
26688 * information item [children]."
26706 * item [children] other than those whose [character
27842 xmlNodeListGetString(attr->doc, attr->children, 1), 1);
27908 if (node->children != NULL) {
27909 node = node->children;