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

Method unwrappedValue

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

Evaluates the expression and returns the unwrapped items. @param qc query context @return item @throws QueryException query exception

(QueryContext qc)

Source from the content-addressed store, hash-verified

169 * @throws QueryException query exception
170 */
171 public abstract Value unwrappedValue(QueryContext qc) throws QueryException;
172
173 /**
174 * Evaluates the expression and returns the unwrapped item.

Callers 6

unwrappedItemMethod · 0.95
indexMethod · 0.45
itemMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
itemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected