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

Method valueIter

basex-core/src/main/java/org/basex/query/iter/Iter.java:50–52  ·  view source on GitHub ↗

Indicates if this iterator is based on a value. @return result of check

()

Source from the content-addressed store, hash-verified

48 * @return result of check
49 */
50 public boolean valueIter() {
51 return false;
52 }
53
54 /**
55 * Returns a value with all iterated items. This method should always be called before single

Callers 12

testMethod · 0.95
testMethod · 0.95
iterMethod · 0.95
iterMethod · 0.95
valueMethod · 0.95
iterMethod · 0.95
iterMethod · 0.95
valueMethod · 0.95
iterMethod · 0.95
evalMethod · 0.95
itemMethod · 0.95
iterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected