Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.util |
XQuery utility classes.
|
org.basex.query.var |
Modifier and Type | Field and Description |
---|---|
ArrayList<StaticVar> |
QueryParser.vars
Parsed variables.
|
Modifier and Type | Method and Description |
---|---|
static QueryException |
QueryError.circVarError(StaticVar var)
Throws an exception for circular static variables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ASTVisitor.staticVar(StaticVar var)
Notifies the visitor of a reference t oa static variable.
|
Modifier and Type | Method and Description |
---|---|
StaticVar |
Variables.declare(QNm nm,
SeqType type,
AnnList anns,
Expr expr,
boolean ext,
StaticContext sc,
VarScope scope,
String doc,
InputInfo ii)
Declares a new static variable.
|
Modifier and Type | Method and Description |
---|---|
Iterator<StaticVar> |
Variables.iterator() |
Copyright © 2005–2015 BaseX Team. All rights reserved.