HomeSort by relevance Sort by last modified time
    Searched defs:nodeNr (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
valid.h 89 int nodeNr; /* Depth of the parsing stack */
xpath.h 80 int nodeNr; /* number of nodes in the set */
408 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
421 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
433 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
parser.h 203 int nodeNr; /* Depth of the parsing stack */
    [all...]

Completed in 156 milliseconds