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

Method children

basex-core/src/main/java/org/basex/data/NSNode.java:82–84  ·  view source on GitHub ↗

Returns the number of children. @return number of children

()

Source from the content-addressed store, hash-verified

80 * @return number of children
81 */
82 int children() {
83 return size;
84 }
85
86 /**
87 * Returns the PRE value.

Callers 4

defaultNsMethod · 0.95
dbSizeMethod · 0.45
addNodesMethod · 0.45
tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected