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

Method atomValue

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

Evaluates the expression and returns the atomized items. @param qc query context @param ii input info (can be null; required for those Value instances that have no input info) @return atomized item @throws QueryException query exception

(QueryContext qc, InputInfo ii)

Source from the content-addressed store, hash-verified

128 * @throws QueryException query exception
129 */
130 public abstract Value atomValue(QueryContext qc, InputInfo ii) throws QueryException;
131
132 /**
133 * Evaluates the expression and returns an iterator on the resulting, unwrapped items.

Callers 15

atomItemMethod · 0.95
valueMethod · 0.45
itemMethod · 0.45
finishMethod · 0.45
optimizeMethod · 0.45
testMethod · 0.45
valueMethod · 0.45
matchMethod · 0.45
indexMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
toPatternsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected