Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ parent
Method
parent
basex-core/src/main/java/org/basex/query/value/node/GNode.java:85–85 ·
view source on GitHub ↗
Returns the parent node. @return parent node or null
()
Source
from the content-addressed store, hash-verified
83
* @
return
parent node or {@code null}
84
*/
85
public
abstract GNode parent();
86
87
/**
88
* Indicates
if
the node has children.
Callers
7
item
Method · 0.95
iter
Method · 0.95
compare
Method · 0.95
next
Method · 0.95
followingSiblingIter
Method · 0.95
parentIter
Method · 0.95
precedingSiblingIter
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected