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

Method unwrappedItem

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

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

(final QueryContext qc, final InputInfo ii)

Source from the content-addressed store, hash-verified

179 * @throws QueryException query exception
180 */
181 public final Item unwrappedItem(final QueryContext qc, final InputInfo ii) throws QueryException {
182 return unwrappedValue(qc).item(qc, ii);
183 }
184
185 /**
186 * Computes the effective boolean value for this expression.

Callers 14

toNodeMethod · 0.80
toNodeOrNullMethod · 0.80
toElemMethod · 0.80
toFunctionMethod · 0.80
toMapMethod · 0.80
toArrayMethod · 0.80
toEmptyMapMethod · 0.80
toNodeOrAtomItemMethod · 0.80
toSerializerOptionsMethod · 0.80
toFunctionOrNullMethod · 0.80
itemMethod · 0.80
itemMethod · 0.80

Calls 2

unwrappedValueMethod · 0.95
itemMethod · 0.45

Tested by

no test coverage detected