Lines Matching refs:children
964 xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1);
2802 cur = doc->children;
2806 if (cur->children != NULL) {
2807 cur = cur->children;
5315 cur = val->nodesetval->nodeTab[0]->children;
6082 (ctxt->doc->children == NULL)) { \
6213 node = node->children;
6242 tmp = ((xmlAttrPtr) node)->children;
6245 tmp = node->children;
6279 if ((tmp->children != NULL) && (tmp->type != XML_DTD_NODE)) {
6280 if (tmp->children->type != XML_ENTITY_DECL) {
6281 tmp = tmp->children;
7537 * The child axis contains the children of the context node in document order.
7556 return(ctxt->context->node->children);
7564 return(((xmlDocPtr) ctxt->context->node)->children);
7588 * The child axis contains the children of the context node in document order.
7606 cur = cur->children;
7701 if (cur->children != NULL) {
7702 cur = cur->children;
7755 return(ctxt->context->doc->children);
7756 return(ctxt->context->node->children);
7759 if (cur->children != NULL) {
7763 if (cur->children->type != XML_ENTITY_DECL) {
7764 cur = cur->children;
7963 if (cur == ctxt->context->doc->children)
8107 if (cur != NULL && cur->children != NULL)
8108 return cur->children ;
8178 if (cur == ctxt->context->doc->children)
8218 if (cur == ctxt->context->doc->children)
8420 tmp = tmp->children;
11166 * and so will select the title children of the parent of the context
11371 * select all para descendants of div children.
12131 * select all element children of the context node
14200 if ((cur->children == NULL) || (depth >= max_depth)) {
14214 if ((cur->children != NULL) && (depth < max_depth)) {
14218 if (cur->children->type != XML_ENTITY_DECL) {
14219 cur = cur->children;