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

Method item

basex-core/src/main/java/org/basex/query/value/seq/Seq.java:50–53  ·  view source on GitHub ↗
(final QueryContext qc, final InputInfo ii)

Source from the content-addressed store, hash-verified

48 }
49
50 @Override
51 public final Item item(final QueryContext qc, final InputInfo ii) throws QueryException {
52 throw typeError(this, BasicType.ITEM, ii);
53 }
54
55 @Override
56 public boolean test(final QueryContext qc, final InputInfo ii, final long pos)

Callers 6

atomItemMethod · 0.45
atomItemMethod · 0.45
stringMethod · 0.45
childrenMethod · 0.45
buildMethod · 0.45
nsScopeMethod · 0.45

Calls 1

typeErrorMethod · 0.45

Tested by

no test coverage detected