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

Method next

basex-core/src/main/java/org/basex/query/iter/Iter.java:21–21  ·  view source on GitHub ↗

Returns the next item. @return resulting item, or null if all items have been returned @throws QueryException query exception

()

Source from the content-addressed store, hash-verified

19 * @throws QueryException query exception
20 */
21 public abstract Item next() throws QueryException;
22
23 /**
24 * Returns the specified item, or an arbitrary item if the index is invalid.

Callers 15

serializeMethod · 0.95
iterateMethod · 0.95
serializeMethod · 0.95
facultyMethod · 0.95
textsMethod · 0.95
runMethod · 0.95
nextMethod · 0.95
testMethod · 0.95
testMethod · 0.95
valueIterMethod · 0.95
iterMethod · 0.95
nodesMethod · 0.95

Calls

no outgoing calls

Tested by 2

facultyMethod · 0.76
textsMethod · 0.76