• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching defs: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;
547 * Dump the notations first they are not in the DTD children list
560 xmlNodeListDumpOutput(ctxt, dtd->children);
616 * Dump an XML node list, recursive behaviour, children are printed too.
643 * Dump an XML node, recursive behaviour, children are printed too.
668 xmlNodeListDumpOutput(ctxt, cur->children);
762 tmp = cur->children;
786 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {
795 if (cur->children != NULL) {
798 xmlNodeListDumpOutput(ctxt, cur->children);
918 if (cur->children != NULL) {
919 xmlNodePtr child = cur->children;
979 if (node->children != NULL)
1062 ((cur->children == NULL) ||
1063 (cur->children->content == NULL) ||
1064 (cur->children->content[0] == 0)) &&
1066 if (cur->children != NULL)
1067 xmlFreeNode(cur->children);
1068 cur->children = xmlNewText(cur->name);
1069 if (cur->children != NULL)
1070 cur->children->parent = (xmlNodePtr) cur;
1118 * Dump an XML node list, recursive behaviour, children are printed too.
1152 * Dump an XHTML node, recursive behaviour, children are printed too.
1176 xhtmlNodeListDumpOutput(ctxt, cur->children);
1259 tmp = cur->children;
1295 tmp = cur->children;
1315 if ((cur->type == XML_ELEMENT_NODE) && (cur->children == NULL)) {
1393 xmlNodePtr child = cur->children;
1452 if (cur->children != NULL) {
1458 xhtmlNodeListDumpOutput(ctxt, cur->children);
1866 * Dump an XML node, recursive behaviour,children are printed too.
1922 * Dump an XML/HTML node, recursive behaviour, children are printed too.
1974 * Dump an XML node, recursive behaviour, children are printed too.