Home | History | Annotate | Download | only in libxml2

Lines Matching refs:children

1585 	dtd->children = dtd->last = (xmlNodePtr) ret;
2179 dtd->children = dtd->last = (xmlNodePtr) ret;
2797 ID = xmlNodeListGetString(doc, attr->children, 1);
3116 ID = xmlNodeListGetString(doc, attr->children, 1);
5319 if ((cur->children != NULL) &&
5320 (cur->children->children != NULL)) {
5322 cur = cur->children->children;
5416 if ((cur->children != NULL) &&
5417 (cur->children->children != NULL)) {
5419 cur = cur->children->children;
5573 child = elem->children;
5583 if ((cur->children != NULL) &&
5584 (cur->children->children != NULL)) {
5586 cur = cur->children->children;
5811 "Element %s is not declared in %s list of possible children\n",
6009 if (elem->children != NULL) {
6011 "Text element has children !\n",
6082 if (elem->children != NULL) {
6105 child = elem->children;
6163 "Element %s is not declared in %s list of possible children\n",
6179 child = elem->children;
6198 child = elem->children;
6448 value = xmlNodeListGetString(doc, attr->children, 0);
6465 child = elem->children;
6915 * Build/extend a list of potential children allowed by the content tree
6969 * This function returns the list of authorized children to insert
7035 parent_childs = parent->children;
7048 else parent->children = test_node;
7077 parent->children = parent_childs;