Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ next
Method
next
basex-core/src/main/java/org/basex/query/value/node/GNode.java:103–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
private
boolean slf = self;
102
103
@Override
104
public
GNode next() {
105
if
(slf) {
106
slf = false;
107
}
else
{
108
node = node.parent();
109
}
110
return
node;
111
}
112
};
113
}
114
Callers
nothing calls this directly
Calls
15
parent
Method · 0.95
selfIter
Method · 0.95
childIter
Method · 0.95
kind
Method · 0.95
addDescendants
Method · 0.95
iter
Method · 0.95
is
Method · 0.95
size
Method · 0.95
get
Method · 0.95
next
Method · 0.65
add
Method · 0.65
is
Method · 0.65
Tested by
no test coverage detected