MCPcopy Create free account
hub / github.com/BaseXdb/basex / next

Method next

basex-core/src/main/java/org/basex/query/func/db/DbNodeId.java:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29 return new Iter() {
30 @Override
31 public Itr next() throws QueryException {
32 final Item item = qc.next(nodes);
33 return item != null ? Itr.get(id(item)) : null;
34 }
35 @Override
36 public Itr get(final long i) throws QueryException {
37 return Itr.get(id(nodes.get(i)));

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
idMethod · 0.95
nextMethod · 0.65

Tested by

no test coverage detected