HomeSort by relevance Sort by last modified time
    Searched full:nodenr (Results 1 - 25 of 35) sorted by null

1 2

  /external/libxml2/doc/tutorial/
includexpath.c 63 for (i=0; i < nodeset->nodeNr; i++) {
apd.html 64 for (i=0; i &lt; nodeset-&gt;nodeNr; i++) {
ar01s05.html 40 includes the number of elements in the set (<tt class="varname">nodeNr</tt>) and
43 <a name="conodesetcounter"></a><img src="images/callouts/1.png" alt="1" border="0">for (i=0; i &lt; nodeset-&gt;nodeNr; i++) {
xmltutorial.xml 402 includes the number of elements in the set (<varname>nodeNr</varname>) and
405 <co id="conodesetcounter" />for (i=0; i &lt; nodeset->nodeNr; i++) {
  /external/libxml2/
xpath.c     [all...]
testC14N.c 341 for(i = 0; i < nodes->nodeNr; ++i) {
xpointer.c 558 if (end->nodesetval->nodeNr <= 0)
585 ret->user2 = end->nodesetval->nodeTab[end->nodesetval->nodeNr - 1];
838 for (i = 0;i < set->nodeNr;i++)
929 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
1172 if ((loc != NULL) && (loc->nodeNr > 0))
    [all...]
valid.c 450 if (ctxt->nodeNr >= ctxt->nodeMax) {
461 ctxt->nodeTab[ctxt->nodeNr] = value;
463 return (ctxt->nodeNr++);
470 if (ctxt->nodeNr <= 0)
472 ctxt->nodeNr--;
473 if (ctxt->nodeNr > 0)
474 ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1];
477 ret = ctxt->nodeTab[ctxt->nodeNr];
478 ctxt->nodeTab[ctxt->nodeNr] = NULL;
    [all...]
debugXML.c     [all...]
parserInternals.c     [all...]
xinclude.c 1139 for (i = 0;i < set->nodeNr;i++) {
    [all...]
schematron.c     [all...]
runsuite.c 258 (res->nodesetval->nodeNr > 0) &&
xmllint.c     [all...]
parser.c     [all...]
  /external/libxml2/include/libxml/
xpath.h 82 int nodeNr; /* number of nodes in the set */
412 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
425 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
437 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
xpathInternals.h 232 { while ((ns)->nodeNr > 0) (ns)->nodeTab[(ns)->nodeNr--] = NULL; }
valid.h 89 int nodeNr; /* Depth of the parsing stack */
parser.h 206 int nodeNr; /* Depth of the parsing stack */
    [all...]
  /external/libxml2/python/
types.c 427 (obj->nodesetval->nodeNr == 0) ||
453 || (obj->nodesetval->nodeNr == 0)) {
459 ret = PyList_New(obj->nodesetval->nodeNr);
460 for (i = 0; i < obj->nodesetval->nodeNr; i++) {
  /external/libxml2/doc/examples/
xpath1.c 211 size = (nodes) ? nodes->nodeNr : 0;
xpath2.c 149 size = (nodes) ? nodes->nodeNr : 0;
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 893 !obj->nodesetval->nodeTab || !obj->nodesetval->nodeNr) {
898 for (i = 0; i < obj->nodesetval->nodeNr; i++) {
977 obj->nodesetval->nodeTab && obj->nodesetval->nodeNr) {
978 for (i = 0; i < obj->nodesetval->nodeNr; i++) {
1047 !obj1->nodesetval->nodeTab || obj1->nodesetval->nodeNr <= 1) {
1080 for (n = 1; n < obj1->nodesetval->nodeNr; n++) {
    [all...]
  /external/libxml2/os400/libxmlrpg/
valid.rpgle 66 d nodeNr 10i 0 Parsing stack depth
xpath.rpgle 98 d nodeNr 10i 0 Set node count

Completed in 590 milliseconds

1 2