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

Method value

basex-core/src/main/java/org/basex/query/expr/ParseExpr.java:69–72  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

67 }
68
69 @Override
70 public Value value(final QueryContext qc) throws QueryException {
71 return iterImpl ? iter(qc).value(qc, this) : item(qc, info);
72 }
73
74 @Override
75 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {

Callers 4

iterMethod · 0.95
itemMethod · 0.95
atomValueMethod · 0.95
unwrappedValueMethod · 0.95

Calls 2

iterMethod · 0.95
itemMethod · 0.95

Tested by

no test coverage detected