|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bln | |
---|---|
org.basex.query.expr | XQuery expressions. |
org.basex.query.ft | XQuery Full Text expressions. |
org.basex.query.value.item | |
org.basex.query.value.map | |
org.basex.query.value.seq |
Uses of Bln in org.basex.query.expr |
---|
Methods in org.basex.query.expr that return Bln | |
---|---|
Bln |
Pos.item(QueryContext ctx,
InputInfo ii)
|
Bln |
Instance.item(QueryContext ctx,
InputInfo ii)
|
Bln |
CmpN.item(QueryContext ctx,
InputInfo ii)
|
Bln |
CmpG.item(QueryContext ctx,
InputInfo ii)
|
Bln |
CmpR.item(QueryContext ctx,
InputInfo ii)
|
Bln |
Quantifier.item(QueryContext ctx,
InputInfo ii)
|
Bln |
CmpV.item(QueryContext ctx,
InputInfo ii)
|
Bln |
CmpSR.item(QueryContext ctx,
InputInfo ii)
|
Bln |
And.item(QueryContext ctx,
InputInfo ii)
|
Bln |
Castable.item(QueryContext ctx,
InputInfo ii)
|
Uses of Bln in org.basex.query.ft |
---|
Methods in org.basex.query.ft that return Bln | |
---|---|
Bln |
FTContainsExpr.item(QueryContext ctx,
InputInfo ii)
|
Uses of Bln in org.basex.query.value.item |
---|
Fields in org.basex.query.value.item declared as Bln | |
---|---|
static Bln |
Bln.FALSE
Static boolean item without scoring. |
static Bln |
Bln.TRUE
Static boolean item without scoring. |
Methods in org.basex.query.value.item that return Bln | |
---|---|
static Bln |
Bln.get(boolean b)
Returns a static item instance. |
static Bln |
Bln.get(double s)
Constructor, adding a full-text score. |
Uses of Bln in org.basex.query.value.map |
---|
Methods in org.basex.query.value.map that return Bln | |
---|---|
Bln |
Map.contains(Item k,
InputInfo ii)
Checks if the given key exists in the map. |
Uses of Bln in org.basex.query.value.seq |
---|
Methods in org.basex.query.value.seq that return Bln | |
---|---|
Bln |
BlnSeq.itemAt(long pos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |