Lines Matching full:children
965 xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1);
2846 cur = doc->children;
2850 if (cur->children != NULL) {
2851 cur = cur->children;
5361 cur = val->nodesetval->nodeTab[0]->children;
6128 (ctxt->doc->children == NULL)) { \
6260 node = node->children;
6289 tmp = ((xmlAttrPtr) node)->children;
6292 tmp = node->children;
6326 if ((tmp->children != NULL) && (tmp->type != XML_DTD_NODE)) {
6327 if (tmp->children->type != XML_ENTITY_DECL) {
6328 tmp = tmp->children;
7584 * The child axis contains the children of the context node in document order.
7603 return(ctxt->context->node->children);
7611 return(((xmlDocPtr) ctxt->context->node)->children);
7635 * The child axis contains the children of the context node in document order.
7653 cur = cur->children;
7748 if (cur->children != NULL) {
7749 cur = cur->children;
7802 return(ctxt->context->doc->children);
7803 return(ctxt->context->node->children);
7806 if (cur->children != NULL) {
7810 if (cur->children->type != XML_ENTITY_DECL) {
7811 cur = cur->children;
8010 if (cur == ctxt->context->doc->children)
8155 (cur->type != XML_NAMESPACE_DECL) && (cur->children != NULL))
8156 return(cur->children);
8238 if (cur == ctxt->context->doc->children)
8278 if (cur == ctxt->context->doc->children)
8480 tmp = tmp->children;
11234 * and so will select the title children of the parent of the context
11443 * select all para descendants of div children.
12213 * select all element children of the context node
14292 if ((cur->children == NULL) || (depth >= max_depth)) {
14306 if ((cur->children != NULL) && (depth < max_depth)) {
14310 if (cur->children->type != XML_ENTITY_DECL) {
14311 cur = cur->children;