Home | History | Annotate | Download | only in libxml2

Lines Matching refs:children

2721     if ((ctxt->node->children == NULL) &&
2730 else if ((ctxt->node->children != NULL) &&
2731 (xmlNodeIsText(ctxt->node->children)))
5775 * [47] children ::= (choice | seq) ('?' | '*' | '+')?
6059 * parse the declaration for an Element content either Mixed or Children,
6062 * [46] contentspec ::= 'EMPTY' | 'ANY' | Mixed | children
6691 * where the ent->children is filled with the result from
6750 (ent->children == NULL)) {
6751 ent->children = list;
6772 list = ent->children;
6810 if (ent->children == NULL) {
6863 * If we didn't get any children for the entity being built
6874 if ((ctxt->replaceEntities) || (ent->children == NULL)) {
6888 if ((ctxt->node != NULL) && (ent->children != NULL)) {
6907 cur = ent->children;
6926 (nw->children == NULL))
6946 cur = ent->children;
6947 ent->children = NULL;
6980 * would make ent->children a dangling pointer
6984 if (ent->children->type == XML_TEXT_NODE)
6985 ent->children->name = nbktext;
6986 if ((ent->last != ent->children) &&
6989 xmlAddChildList(ctxt->node, ent->children);
9393 ctxt->node && (ctxt->node == ctxt->myDoc->children))
10761 ctxt->node && (ctxt->node == ctxt->myDoc->children))
11848 tmp = ret->children;
11976 tmp = ret->children;
12112 nodePush(ctxt, newDoc->children);
12117 newDoc->children->doc = ctx->myDoc;
12191 if (ctxt->node != newDoc->children) {
12208 cur = newDoc->children->children;
12214 newDoc->children->children = NULL;
12334 nodePush(ctxt, newDoc->children);
12372 if (ctxt->node != newDoc->children) {
12389 cur = newDoc->children->children;
12395 newDoc->children->children = NULL;
12571 content = ctxt->myDoc->children;
12584 ctxt->myDoc->children = NULL;
12587 nodePush(ctxt, ctxt->myDoc->children);
12609 if (ctxt->node != ctxt->myDoc->children) {
12629 cur = ctxt->myDoc->children->children;
12643 ctxt->myDoc->children->children = NULL;
12646 xmlFreeNode(ctxt->myDoc->children);
12647 ctxt->myDoc->children = content;
12973 newDoc->children->doc = doc;
12989 content = doc->children;
12990 doc->children = NULL;
12992 doc->children = content;
13002 if (ctxt->node != newDoc->children) {
13022 cur = newDoc->children->children;
13029 newDoc->children->children = NULL;
13760 * @firstNode : A valid first node for children of entity
13761 * @lastNode : A valid last node of children entity