Lines Matching refs:children
732 if ((target == NULL) || (target->children == NULL)) {
803 * Copy the text content of @cur and append it to @target's children.
840 if ((target == NULL) || (target->children == NULL)) {
998 if (target->children != NULL) {
1005 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1038 * share the same dict and attr->children is just 1 text node
1045 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1059 copy->children = txtNode;
1113 if ((attr->children) && (attr->children->type == XML_TEXT_NODE) &&
1114 (attr->children->next == NULL)) {
1116 attr->children->content);
1117 } else if (attr->children != NULL) {
1118 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1235 * and insert it as last children of @insert
1352 if (insert->children != NULL) {
1495 if (node->children != NULL)
1497 node->children, insert, 0, 0);
1628 if (node->children != NULL) {
1630 node->children, copy, isLRE, topElemVisited);
1686 (inst->children == NULL))
1689 child = inst->children;
1698 xsltApplySequenceConstructor(ctxt, node, child->children,
1783 cur = node->children;
1813 cur = node->children;
1866 cur = node->children;
2687 child = cur->children;
2694 child->children, NULL);
2745 * if we are in the first level children and this is a
2809 if (cur->children != NULL) {
2810 if (cur->children->type != XML_ENTITY_DECL) {
2811 cur = cur->children;
3586 xsltApplySequenceConstructor(ctxt, node, inst->children, NULL);
3608 tmp = res->children;
3778 * OPTIMIZE TODO: Can we set the value/children of the
3818 xsltApplySequenceConstructor(ctxt, ctxt->node, inst->children,
3839 if ((inst->children != NULL) && (comp != NULL)) {
3840 xmlNodePtr text = inst->children;
4043 if (inst->children != NULL)
4044 xsltApplySequenceConstructor(ctxt, ctxt->node, inst->children,
4208 * children of the element node as well as the element node itself;
4209 * a root node is copied by copying its children. When the result
4285 cur->children, ctxt->insert, 0, 0);
4312 list->nodeTab[0]->children, ctxt->insert, 0, 0);
4616 if (inst->children) {
4620 cur = inst->children;
4830 * Build an XPath node set with the children
4835 cur = node->children;
4926 if (inst->children) {
4929 cur = inst->children;
5082 cur = inst->children;
5248 xsltApplySequenceConstructor(ctxt, ctxt->node, cur->children,
5355 contextNode, inst->children, NULL);
5417 contextNode, inst->children, NULL);
5577 curInst = inst->children;
5729 * Cleanup children empty nodes if asked for
5732 (current->children != NULL) &&
5734 xmlNodePtr delete = NULL, cur = current->children;
5757 xsltApplyStripSpaces(ctxt, node->children);
5759 if ((current->children != NULL) &&
5761 current = current->children;
5875 if (doc->children == cur)
5876 doc->children = cur->next;
6116 tmp = res->children;
6156 node = res->children;
6158 res->children = NULL;
6163 if (res->children != NULL) {
6164 res->children->next = node;
6165 node->prev = res->children;
6168 res->children = node;