Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generate
Method · 0.45
validateSignature
Method · 0.45
toValue
Method · 0.45
children
Method · 0.45
build
Method · 0.45
nsScope
Method · 0.45
hasAttributes
Method · 0.45
getNamedItem
Method · 0.45
Calls
1
string
Method · 0.45
Tested by
no test coverage detected