Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ getNextSibling
Method
getNextSibling
basex-core/src/main/java/org/basex/api/dom/BXNode.java:134–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
@Override
135
public
BXNode getNextSibling() {
136
return
get(nd.followingSiblingIter(false).next());
137
}
138
139
@Override
140
public
BXNode getPreviousSibling() {
Callers
nothing calls this directly
Calls
3
get
Method · 0.95
next
Method · 0.65
followingSiblingIter
Method · 0.45
Tested by
no test coverage detected