Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ getLastChild
Method
getLastChild
basex-core/src/main/java/org/basex/api/dom/BXNode.java:122–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
@Override
123
public
final
BXNode getLastChild() {
124
GNode node = null;
125
for
(
final
GNode n : nd.childIter()) node = n;
126
return
node != null ? get(node) : null;
127
}
128
129
@Override
130
public
String getNamespaceURI() {
Callers
nothing calls this directly
Calls
2
get
Method · 0.95
childIter
Method · 0.45
Tested by
no test coverage detected