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

Method item

basex-core/src/main/java/org/basex/query/expr/If.java:161–164  ·  view source on GitHub ↗
(final QueryContext qc, final InputInfo ii)

Source from the content-addressed store, hash-verified

159 }
160
161 @Override
162 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {
163 return expr(qc).item(qc, info);
164 }
165
166 /**
167 * Tests the condition and returns the expression to evaluate.

Callers 6

nextMethod · 0.45
getMethod · 0.45
valueMethod · 0.45
testMethod · 0.45
nextMethod · 0.45
valueIterMethod · 0.45

Calls 1

exprMethod · 0.95

Tested by

no test coverage detected