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

Method kind

basex-core/src/main/java/org/basex/query/value/node/GNode.java:36–38  ·  view source on GitHub ↗

Returns the node kind. @return node kind

()

Source from the content-addressed store, hash-verified

34 * @return node kind
35 */
36 public final Kind kind() {
37 return type.kind();
38 }
39
40 @Override
41 public final boolean instanceOf(final Type tp, final boolean coerce) {

Callers 14

nodeMethod · 0.95
nodeMethod · 0.95
childrenMethod · 0.95
valueMethod · 0.95
iterMethod · 0.95
rootMethod · 0.95
deepEqualMethod · 0.95
nextMethod · 0.95
followingSiblingIterMethod · 0.95
precedingSiblingIterMethod · 0.95
toStringMethod · 0.95
mergeNodeCacheTextMethod · 0.95

Calls 1

kindMethod · 0.65

Tested by

no test coverage detected