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

Method item

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

Source from the content-addressed store, hash-verified

72 }
73
74 @Override
75 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {
76 return iterImpl ? item(iter(qc), qc) : value(qc).item(qc, info);
77 }
78
79 @Override
80 public Item atomItem(final QueryContext qc, final InputInfo ii) throws QueryException {

Callers 5

valueMethod · 0.95
atomItemMethod · 0.95
testMethod · 0.95
toGNodeOrNullMethod · 0.45
toJNodeOrNullMethod · 0.45

Calls 5

iterMethod · 0.95
valueMethod · 0.95
nextMethod · 0.65
appendMethod · 0.65
typeErrorMethod · 0.45

Tested by

no test coverage detected