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

Method getLength

basex-core/src/main/java/org/basex/api/dom/BXChar.java:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 @Override
34 public final int getLength() {
35 return nd.string().length;
36 }
37
38 @Override
39 public final String substringData(final int offset, final int count) {

Callers 8

generateMethod · 0.45
validateSignatureMethod · 0.45
toValueMethod · 0.45
childrenMethod · 0.45
buildMethod · 0.45
nsScopeMethod · 0.45
hasAttributesMethod · 0.45
getNamedItemMethod · 0.45

Calls 1

stringMethod · 0.45

Tested by

no test coverage detected