MCPcopy 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

itemMethod · 0.95
iterMethod · 0.95
compareMethod · 0.95
nextMethod · 0.95
followingSiblingIterMethod · 0.95
parentIterMethod · 0.95
precedingSiblingIterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected