Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ toXml
Method
toXml
basex-core/src/main/java/org/basex/query/expr/SimplePos.java:166–169 ·
view source on GitHub ↗
(final QueryPlan plan)
Source
from the content-addressed store, hash-verified
164
}
165
166
@Override
167
public
void
toXml(
final
QueryPlan plan) {
168
plan.add(plan.create(this), exact() ?
new
Expr[] { exprs[0] } : exprs);
169
}
170
171
@Override
172
public
void
toString(
final
QueryString qs) {
Callers
nothing calls this directly
Calls
3
exact
Method · 0.95
add
Method · 0.65
create
Method · 0.45
Tested by
no test coverage detected