Lines Matching full:children
433 xmlNodePtr children;
435 children = attr->children;
436 while (children != NULL) {
437 switch (children->type) {
440 attr, children->content);
444 xmlBufferAdd(buf->buffer, children->name,
445 xmlStrlen(children->name));
452 children = children->next;
641 * Dump the notations first they are not in the DTD children list
654 xmlNodeListDumpOutput(ctxt, dtd->children);
713 * Dump an XML node list, recursive behaviour, children are printed too.
743 * Dump an HTML node, recursive behaviour, children are printed too.
802 * Dump an XML node, recursive behaviour, children are printed too.
840 xmlNodeListDumpOutput(ctxt, cur->children);
939 tmp = cur->children;
963 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {
976 if (cur->children != NULL) {
979 xmlNodeListDumpOutput(ctxt, cur->children);
1129 if (cur->children != NULL) {
1130 xmlNodePtr child = cur->children;
1181 if (node->children != NULL)
1264 ((cur->children == NULL) ||
1265 (cur->children->content == NULL) ||
1266 (cur->children->content[0] == 0)) &&
1268 if (cur->children != NULL)
1269 xmlFreeNode(cur->children);
1270 cur->children = xmlNewText(cur->name);
1271 if (cur->children != NULL)
1272 cur->children->parent = (xmlNodePtr) cur;
1320 * Dump an XML node list, recursive behaviour, children are printed too.
1354 * Dump an XHTML node, recursive behaviour, children are printed too.
1378 xhtmlNodeListDumpOutput(ctxt, cur->children);
1469 tmp = cur->children;
1505 tmp = cur->children;
1525 if ((cur->type == XML_ELEMENT_NODE) && (cur->children == NULL)) {
1603 xmlNodePtr child = cur->children;
1662 if (cur->children != NULL) {
1668 xhtmlNodeListDumpOutput(ctxt, cur->children);
2076 * Dump an XML node, recursive behaviour,children are printed too.
2132 * Dump an XML/HTML node, recursive behaviour, children are printed too.
2184 * Dump an XML node, recursive behaviour, children are printed too.