|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Bool | |
|---|---|
| org.basex.query.xpath.expr | Contains XPath 1.0 expressions. |
| org.basex.query.xpath.func | Contains XPath 1.0 functions. |
| org.basex.query.xpath.internal | Contains internally used XPath expressions. |
| org.basex.query.xpath.values | Contains containers for XPath 1.0 data types. |
| Uses of Bool in org.basex.query.xpath.expr |
|---|
| Methods in org.basex.query.xpath.expr that return Bool | |
|---|---|
Bool |
Or.eval(XPContext ctx)
|
Bool |
FTUnaryNot.eval(XPContext ctx)
|
Bool |
FTOr.eval(XPContext ctx)
|
Bool |
FTMildNot.eval(XPContext ctx)
|
Bool |
FTContains.eval(XPContext ctx)
|
Bool |
FTAnd.eval(XPContext ctx)
|
Bool |
Comparison.eval(XPContext ctx)
|
Bool |
And.eval(XPContext ctx)
|
| Uses of Bool in org.basex.query.xpath.func |
|---|
| Methods in org.basex.query.xpath.func that return Bool | |
|---|---|
Bool |
True.compile(XPContext ctx)
|
Bool |
False.compile(XPContext ctx)
|
Bool |
True.eval(XPContext ctx)
|
Bool |
StartsWith.eval(XPContext ctx)
|
Bool |
Not.eval(XPContext ctx)
|
Bool |
Lang.eval(XPContext ctx)
|
Bool |
False.eval(XPContext ctx)
|
Bool |
ContainsLC.eval(XPContext ctx)
|
Bool |
Contains.eval(XPContext ctx)
|
Bool |
BooleanFunc.eval(XPContext ctx)
|
| Uses of Bool in org.basex.query.xpath.internal |
|---|
| Methods in org.basex.query.xpath.internal that return Bool | |
|---|---|
Bool |
Range.eval(XPContext ctx)
|
Bool |
OneOf.eval(XPContext ctx)
|
Bool |
AllOf.eval(XPContext ctx)
|
| Uses of Bool in org.basex.query.xpath.values |
|---|
| Fields in org.basex.query.xpath.values declared as Bool | |
|---|---|
static Bool |
Bool.FALSE
Static false value. |
static Bool |
Bool.TRUE
Static true value. |
| Methods in org.basex.query.xpath.values that return Bool | |
|---|---|
Bool |
Bool.eval(XPContext ctx)
|
static Bool |
Bool.get(boolean val)
Returns a Bool instance. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||