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

Method isRoot

basex-core/src/main/java/org/basex/query/value/node/JNode.java:87–89  ·  view source on GitHub ↗

Indicates if this is a root node. @return result of check

()

Source from the content-addressed store, hash-verified

85 * @return result of check
86 */
87 public boolean isRoot() {
88 return key == Empty.VALUE;
89 }
90
91 @Override
92 public Value atomValue(final QueryContext qc, final InputInfo ii) throws QueryException {

Callers 5

toStringMethod · 0.95
jnodeMethod · 0.80
itemMethod · 0.80
matchesMethod · 0.80
matchesMethod · 0.80

Calls

no outgoing calls

Tested by 2

matchesMethod · 0.64
matchesMethod · 0.64