Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ getParentNode
Method
getParentNode
basex-core/src/main/java/org/basex/api/dom/BXNode.java:144–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
@Override
145
public
final
BXNode getParentNode() {
146
return
get(nd.parent());
147
}
148
149
@Override
150
public
final
boolean hasChildNodes() {
Callers
3
build
Method · 0.80
nsScope
Method · 0.80
getOwnerElement
Method · 0.80
Calls
2
get
Method · 0.95
parent
Method · 0.45
Tested by
no test coverage detected