| Package | Description |
|---|---|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.util |
XQuery utility classes.
|
| Constructor and Description |
|---|
FuncItem(Var[] arg,
Expr body,
FuncType t,
VarStack cl,
boolean cst)
Constructor for anonymous functions.
|
| Modifier and Type | Method and Description |
|---|---|
VarStack |
VarContext.cache(int c)
Creates a new variable stack and returns the old one.
|
VarStack |
VarContext.globals()
Returns the global variables.
|
VarStack |
VarContext.locals()
Returns the local variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VarContext.reset(VarStack l)
Resets the local variables to the specified instance.
|