Lines Matching refs:children
1583 dtd->children = dtd->last = (xmlNodePtr) ret;
2130 dtd->children = dtd->last = (xmlNodePtr) ret;
2749 ID = xmlNodeListGetString(doc, attr->children, 1);
3068 ID = xmlNodeListGetString(doc, attr->children, 1);
5269 if ((cur->children != NULL) &&
5270 (cur->children->children != NULL)) {
5272 cur = cur->children->children;
5366 if ((cur->children != NULL) &&
5367 (cur->children->children != NULL)) {
5369 cur = cur->children->children;
5523 child = elem->children;
5533 if ((cur->children != NULL) &&
5534 (cur->children->children != NULL)) {
5536 cur = cur->children->children;
5761 "Element %s is not declared in %s list of possible children\n",
5959 if (elem->children != NULL) {
5961 "Text element has children !\n",
6032 if (elem->children != NULL) {
6055 child = elem->children;
6113 "Element %s is not declared in %s list of possible children\n",
6129 child = elem->children;
6148 child = elem->children;
6398 value = xmlNodeListGetString(doc, attr->children, 0);
6415 child = elem->children;
6872 * Build/extend a list of potential children allowed by the content tree
6926 * This function returns the list of authorized children to insert
6992 parent_childs = parent->children;
7005 else parent->children = test_node;
7034 parent->children = parent_childs;