Searched defs:nodeNr (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dvalid.h89 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlValidCtxt
H A Dxpath.h80 int nodeNr; /* number of nodes in the set */ member in struct:_xmlNodeSet
408 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
421 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
433 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
H A Dparser.h203 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlParserCtxt

Completed in 75 milliseconds