Lines Matching refs:children
431 xmlNodePtr children;
433 children = attr->children;
434 while (children != NULL) {
435 switch (children->type) {
438 attr, children->content);
442 xmlBufferAdd(buf->buffer, children->name,
443 xmlStrlen(children->name));
450 children = children->next;
581 * Dump the notations first they are not in the DTD children list
594 xmlNodeListDumpOutput(ctxt, dtd->children);
650 * Dump an XML node list, recursive behaviour, children are printed too.
680 * Dump an HTML node, recursive behaviour, children are printed too.
739 * Dump an XML node, recursive behaviour, children are printed too.
777 xmlNodeListDumpOutput(ctxt, cur->children);
871 tmp = cur->children;
895 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {
904 if (cur->children != NULL) {
907 xmlNodeListDumpOutput(ctxt, cur->children);
1056 if (cur->children != NULL) {
1057 xmlNodePtr child = cur->children;
1108 if (node->children != NULL)
1191 ((cur->children == NULL) ||
1192 (cur->children->content == NULL) ||
1193 (cur->children->content[0] == 0)) &&
1195 if (cur->children != NULL)
1196 xmlFreeNode(cur->children);
1197 cur->children = xmlNewText(cur->name);
1198 if (cur->children != NULL)
1199 cur->children->parent = (xmlNodePtr) cur;
1247 * Dump an XML node list, recursive behaviour, children are printed too.
1281 * Dump an XHTML node, recursive behaviour, children are printed too.
1305 xhtmlNodeListDumpOutput(ctxt, cur->children);
1396 tmp = cur->children;
1432 tmp = cur->children;
1452 if ((cur->type == XML_ELEMENT_NODE) && (cur->children == NULL)) {
1530 xmlNodePtr child = cur->children;
1589 if (cur->children != NULL) {
1595 xhtmlNodeListDumpOutput(ctxt, cur->children);
2003 * Dump an XML node, recursive behaviour,children are printed too.
2059 * Dump an XML/HTML node, recursive behaviour, children are printed too.
2111 * Dump an XML node, recursive behaviour, children are printed too.