Searched defs:nodeNr (Results 1 - 4 of 4) 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.h82 int nodeNr; /* number of nodes in the set */ member in struct:_xmlNodeSet
412 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
425 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
437 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
H A Dparser.h206 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlParserCtxt
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...

Completed in 319 milliseconds