Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nodesetval

2076             if (cur->nodesetval->nodeNr <= 0) {
2087 for (i = 0;i < cur->nodesetval->nodeNr;i++) {
2088 node = cur->nodesetval->nodeTab[i];
2093 printf("xpath returned %d nodes\n", cur->nodesetval->nodeNr);