Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ childIter
Method
childIter
basex-core/src/main/java/org/basex/query/value/node/FDoc.java:85–88 ·
view source on GitHub ↗
(final Test test, final boolean descendant)
Source
from the content-addressed store, hash-verified
83
}
84
85
@Override
86
public
BasicNodeIter childIter(
final
Test test,
final
boolean descendant) {
87
return
GNodeList.iter(children);
88
}
89
90
@Override
91
public
boolean hasChildren() {
Callers
15
multipartResponse
Method · 0.45
multipartRespPreamble
Method · 0.45
build
Method · 0.45
parse
Method · 0.45
characterMap
Method · 0.45
toString
Method · 0.45
hasElements
Method · 0.45
node
Method · 0.45
node
Method · 0.45
elements
Method · 0.45
add
Method · 0.45
iter
Method · 0.45
Calls
1
iter
Method · 0.95
Tested by
3
multipartResponse
Method · 0.36
multipartRespPreamble
Method · 0.36
matches
Method · 0.36