|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use XQContext | |
|---|---|
| org.basex.query.xquery | Includes an implementation of XQuery 1.0. |
| org.basex.query.xquery.expr | Contains XQuery 1.0 expressions. |
| org.basex.query.xquery.func | Contains XQuery 1.0 functions. |
| org.basex.query.xquery.item | Contains XQuery 1.0 data types. |
| org.basex.query.xquery.path | Contains XQuery 1.0 path expressions. |
| org.basex.query.xquery.util | Contains XQuery utility classes. |
| Uses of XQContext in org.basex.query.xquery |
|---|
| Fields in org.basex.query.xquery declared as XQContext | |
|---|---|
XQContext |
XQueryProcessor.ctx
XQuery context reference. |
XQContext |
XQResult.ctx
Query context. |
| Constructors in org.basex.query.xquery with parameters of type XQContext | |
|---|---|
XQParser(XQContext expr)
Constructor. |
|
XQResult(XQContext c,
Item s)
Constructor. |
|
| Uses of XQContext in org.basex.query.xquery.expr |
|---|
| Uses of XQContext in org.basex.query.xquery.func |
|---|
| Methods in org.basex.query.xquery.func with parameters of type XQContext | |
|---|---|
Expr |
Fun.comp(XQContext ctx)
|
Expr |
Fun.comp(XQContext ctx,
Expr[] arg)
Compiles the function. |
Expr |
FNSimple.comp(XQContext ctx,
Expr[] arg)
|
Item |
Fun.eval(XQContext ctx)
|
abstract Item |
Fun.eval(XQContext ctx,
Item[] arg)
Evaluates the function. |
Item |
FNSimple.eval(XQContext ctx,
Item[] arg)
|
| Uses of XQContext in org.basex.query.xquery.item |
|---|
| Methods in org.basex.query.xquery.item with parameters of type XQContext | |
|---|---|
Item |
SeqType.cast(Item item,
XQContext ctx)
Cast the specified item. |
void |
QNm.check(XQContext ctx,
boolean ns)
Checks the validity of the qname. |
Expr |
Item.comp(XQContext ctx)
|
abstract Item |
Type.e(Item it,
XQContext ctx)
Evaluates the specified item and constructs a new item. |
Item |
Item.eval(XQContext ctx)
|
void |
DNode.serElem(PrintOutput out,
XQContext ctx,
int pos,
int level)
Serializes the specified node, starting from the specified pre value. |
void |
DNode.serElem(ResultReader rr,
XQContext ctx,
int pos,
int level)
Serializes the specified node, starting from the specified pre value. |
void |
Str.serialize(PrintOutput out,
XQContext ctx,
int level)
|
void |
Item.serialize(PrintOutput out,
XQContext ctx,
int level)
Serializes the item. |
void |
FTxt.serialize(PrintOutput out,
XQContext ctx,
int level)
|
void |
FPI.serialize(PrintOutput out,
XQContext ctx,
int level)
|
void |
FElem.serialize(PrintOutput out,
XQContext ctx,
int level)
|
void |
FDoc.serialize(PrintOutput out,
XQContext ctx,
int level)
|
void |
FComm.serialize(PrintOutput out,
XQContext ctx,
int level)
|
void |
FAttr.serialize(PrintOutput out,
XQContext ctx,
int level)
|
void |
DNode.serialize(PrintOutput out,
XQContext ctx,
int level)
|
void |
Item.serialize(ResultReader rr,
XQContext ctx,
int level)
Serializes the item. |
void |
FTxt.serialize(ResultReader rr,
XQContext ctx,
int level)
|
void |
FPI.serialize(ResultReader rr,
XQContext ctx,
int level)
|
void |
FElem.serialize(ResultReader rr,
XQContext ctx,
int level)
|
void |
FDoc.serialize(ResultReader rr,
XQContext ctx,
int level)
|
void |
FComm.serialize(ResultReader rr,
XQContext ctx,
int level)
|
void |
FAttr.serialize(ResultReader rr,
XQContext ctx,
int level)
|
void |
DNode.serialize(ResultReader rr,
XQContext ctx,
int level)
|
| Constructors in org.basex.query.xquery.item with parameters of type XQContext | |
|---|---|
QNm(byte[] n,
XQContext ctx)
Constructor. |
|
| Uses of XQContext in org.basex.query.xquery.path |
|---|
| Methods in org.basex.query.xquery.path with parameters of type XQContext | |
|---|---|
Expr |
PathRel.comp(XQContext ctx)
|
Expr |
Path.comp(XQContext ctx)
|
boolean |
Test.e(Node tmp,
XQContext ctx)
Tests the specified node. |
Item |
Step.eval(XQContext ctx)
|
Item |
PathRel.eval(XQContext ctx)
|
Item |
PathAbs.eval(XQContext ctx)
|
| Constructors in org.basex.query.xquery.path with parameters of type XQContext | |
|---|---|
Test(QNm n,
boolean w,
XQContext ctx)
Constructor. |
|
Test(Type t,
byte[] ext,
XQContext ctx)
Constructor. |
|
| Uses of XQContext in org.basex.query.xquery.util |
|---|
| Methods in org.basex.query.xquery.util with parameters of type XQContext | |
|---|---|
int |
Functions.add(XQContext ctx,
Func func)
Adds a local function. |
void |
Variables.comp(XQContext ctx)
Compiles the functions. |
void |
Var.comp(XQContext ctx)
Compiles the variable. |
void |
Functions.comp(XQContext ctx)
Compiles the functions. |
Var |
Var.expr(Expr e,
XQContext ctx)
Sets the specified expression. |
Var |
Var.fun(Item it,
XQContext ctx)
Sets the specified expression. |
Item |
Variables.get(Var var,
XQContext ctx)
Returns a variable expression. |
Expr |
Functions.get(XQContext ctx,
QNm name,
Expr[] args)
Returns the specified function. |
Var |
Var.item(Item it,
XQContext ctx)
Sets the specified expression. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||