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

  /external/libxml2/include/libxml/
valid.h 89 int nodeNr; /* Depth of the parsing stack */
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))
parser.h 206 int nodeNr; /* Depth of the parsing stack */
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 176 milliseconds