MCPcopy 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

getMethod · 0.95
nextMethod · 0.65
followingSiblingIterMethod · 0.45

Tested by

no test coverage detected