| Package | Description |
|---|---|
| org.basex.query.expr |
XQuery expressions.
|
| org.basex.query.ft |
XQuery Full Text expressions.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.item.map |
| Modifier and Type | Method and Description |
|---|---|
Bln |
Castable.item(QueryContext ctx,
InputInfo ii) |
Bln |
CmpG.item(QueryContext ctx,
InputInfo ii) |
Bln |
Instance.item(QueryContext ctx,
InputInfo ii) |
Bln |
CmpV.item(QueryContext ctx,
InputInfo ii) |
Bln |
Quantifier.item(QueryContext ctx,
InputInfo ii) |
Bln |
And.item(QueryContext ctx,
InputInfo ii) |
Bln |
Pos.item(QueryContext ctx,
InputInfo ii) |
Bln |
CmpN.item(QueryContext ctx,
InputInfo ii) |
Bln |
CmpR.item(QueryContext ctx,
InputInfo ii) |
| Modifier and Type | Method and Description |
|---|---|
Bln |
FTContains.item(QueryContext ctx,
InputInfo ii) |
| Modifier and Type | Field and Description |
|---|---|
static Bln |
Bln.FALSE
Static boolean item without scoring.
|
static Bln |
Bln.TRUE
Static boolean item without scoring.
|
| Modifier and Type | Method and Description |
|---|---|
static Bln |
Bln.get(boolean b)
Returns a static item instance.
|
static Bln |
Bln.get(double s)
Constructor, adding a full-text score.
|
| Modifier and Type | Method and Description |
|---|---|
Bln |
Map.contains(Item k,
InputInfo ii)
Checks if the given key exists in the map.
|