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

Method dbKind

basex-core/src/main/java/org/basex/query/value/node/XNode.java:429–431  ·  view source on GitHub ↗

Returns the numeric database node kind. @return node kind

()

Source from the content-addressed store, hash-verified

427 * @return node kind
428 */
429 public int dbKind() {
430 return dbKind(kind());
431 }
432
433 /**
434 * Returns the numeric database node kind for a node kind.

Callers 15

nodesMethod · 0.95
itemMethod · 0.80
nameMethod · 0.80
qnameMethod · 0.80
parentMethod · 0.80
hasChildrenMethod · 0.80
hasAttributesMethod · 0.80
ancestorIterMethod · 0.80
attributeIterMethod · 0.80
childIterMethod · 0.80
descendantIterMethod · 0.80
nextMethod · 0.80

Calls 1

kindMethod · 0.65

Tested by

no test coverage detected