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

Method item

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

Evaluates the expression and returns the resulting item, or Empty#VALUE if the expression yields an empty sequence. If this method is not implemented, either #iter(QueryContext) or #value(QueryContext) must be implemented instead. @param qc query context @param ii input info

(QueryContext qc, InputInfo ii)

Source from the content-addressed store, hash-verified

88 * @throws QueryException query exception
89 */
90 public abstract Item item(QueryContext qc, InputInfo ii) throws QueryException;
91
92 /**
93 * Evaluates the expression and returns an iterator on the resulting, atomized items.

Callers 10

jnodeTestMethod · 0.95
testMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
evalItemMethod · 0.95
nextMethod · 0.95
itemMethod · 0.95
atomItemMethod · 0.45
unwrappedItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected