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

Method item

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

Source from the content-addressed store, hash-verified

199 }
200
201 @Override
202 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {
203 return expr(qc).item(qc, info);
204 }
205
206 /**
207 * Tests the conditions and returns the expression to evaluate.

Callers

nothing calls this directly

Calls 1

exprMethod · 0.95

Tested by

no test coverage detected