Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.expr.ft |
XQuery Full Text expressions.
|
org.basex.query.func.fn |
Functions in the fn namespace.
|
org.basex.query.value.item | |
org.basex.query.value.seq |
Modifier and Type | Method and Description |
---|---|
Bln |
Quantifier.item(QueryContext qc,
InputInfo ii) |
Bln |
Pos.item(QueryContext qc,
InputInfo ii) |
Bln |
Instance.item(QueryContext qc,
InputInfo ii) |
Bln |
CmpV.item(QueryContext qc,
InputInfo ii) |
Bln |
CmpR.item(QueryContext qc,
InputInfo ii) |
Bln |
CmpN.item(QueryContext qc,
InputInfo ii) |
Bln |
CmpG.item(QueryContext qc,
InputInfo ii) |
Bln |
Castable.item(QueryContext qc,
InputInfo ii) |
Modifier and Type | Method and Description |
---|---|
Bln |
FTContains.item(QueryContext qc,
InputInfo ii) |
Modifier and Type | Method and Description |
---|---|
Bln |
FnLang.item(QueryContext qc,
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 value)
Returns a static item instance.
|
static Bln |
Bln.get(boolean value,
double score)
Constructor, adding a full-text score.
|
Modifier and Type | Method and Description |
---|---|
Bln |
BlnSeq.itemAt(long pos) |
Copyright © 2005–2015 BaseX Team. All rights reserved.