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

Method iter

basex-core/src/main/java/org/basex/query/expr/Expr.java:67–67  ·  view source on GitHub ↗

Evaluates the expression and returns an iterator on the resulting items. If this method is not implemented, either #value(QueryContext) or #item(QueryContext, InputInfo) must be implemented instead. @param qc query context @return iterator @throws QueryException query exception

(QueryContext qc)

Source from the content-addressed store, hash-verified

65 * @throws QueryException query exception
66 */
67 public abstract Iter iter(QueryContext qc) throws QueryException;
68
69 /**
70 * Evaluates the expression and returns the resulting value.

Callers 10

atomIterMethod · 0.95
unwrappedIterMethod · 0.95
iterMethod · 0.95
testMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
evalItemMethod · 0.95
valueMethod · 0.95
iterMethod · 0.95
itemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected