Lines Matching full:children
2869 if ((ctxt->node->children == NULL) &&
2878 else if ((ctxt->node->children != NULL) &&
2879 (xmlNodeIsText(ctxt->node->children)))
5953 * [47] children ::= (choice | seq) ('?' | '*' | '+')?
6249 * [47] children ::= (choice | seq) ('?' | '*' | '+')?
6283 * parse the declaration for an Element content either Mixed or Children,
6286 * [46] contentspec ::= 'EMPTY' | 'ANY' | Mixed | children
6915 * where the ent->children is filled with the result from
6974 (ent->children == NULL)) {
6975 ent->children = list;
6996 list = ent->children;
7035 if (ent->children == NULL) {
7088 * If we didn't get any children for the entity being built
7099 children == NULL)) {
7113 if ((ctxt->node != NULL) && (ent->children != NULL)) {
7132 cur = ent->children;
7151 (nw->children == NULL))
7171 cur = ent->children;
7172 ent->children = NULL;
7205 * would make ent->children a dangling pointer
7209 if (ent->children->type == XML_TEXT_NODE)
7210 ent->children->name = nbktext;
7211 if ((ent->last != ent->children) &&
7214 xmlAddChildList(ctxt->node, ent->children);
9619 ctxt->node && (ctxt->node == ctxt->myDoc->children))
11007 ctxt->node && (ctxt->node == ctxt->myDoc->children))
12145 tmp = ret->children;
12273 tmp = ret->children;
12391 nodePush(ctxt, newDoc->children);
12396 newDoc->children->doc = ctx->myDoc;
12470 if (ctxt->node != newDoc->children) {
12487 cur = newDoc->children->children;
12493 newDoc->children->children = NULL;
12613 nodePush(ctxt, newDoc->children);
12651 if (ctxt->node != newDoc->children) {
12668 cur = newDoc->children->children;
12674 newDoc->children->children = NULL;
12860 content = ctxt->myDoc->children;
12873 ctxt->myDoc->children = NULL;
12876 nodePush(ctxt, ctxt->myDoc->children);
12898 if (ctxt->node != ctxt->myDoc->children) {
12918 cur = ctxt->myDoc->children->children;
12932 ctxt->myDoc->children->children = NULL;
12935 xmlFreeNode(ctxt->myDoc->children);
12936 ctxt->myDoc->children = content;
13286 newDoc->children->doc = doc;
13302 content = doc->children;
13303 doc->children = NULL;
13305 doc->children = content;
13315 if (ctxt->node != newDoc->children) {
13335 cur = newDoc->children->children;
13342 newDoc->children->children = NULL;
14102 * @firstNode : A valid first node for children of entity
14103 * @lastNode : A valid last node of children entity