| Package | Description |
|---|---|
| jlibs.xml.sax.dog.expr.func |
| Modifier and Type | Class and Description |
|---|---|
static class |
Functions.ChangeCase |
static class |
Functions.TypeCast |
static class |
Functions.UserFunction |
class |
PeekingFunction
PeekingFunction is a function which can evaluate its results before all its arguments are known.
|
| Modifier and Type | Field and Description |
|---|---|
static Function |
Functions.AND |
static Function |
Functions.CEIL |
static Function |
Functions.CONCAT |
static Function |
Functions.CONTAINS |
static Function |
Functions.ENDS_WITH |
static Function |
Functions.EQUALS |
static Function |
Functions.FLOOR |
Function |
FunctionCall.function |
static Function |
Functions.GREATER_THAN |
static Function |
Functions.GREATER_THAN_EQUAL |
static Function |
Functions.LANGUAGE_MATCH |
static Function |
Functions.LENGTH |
static Function |
Functions.LESS_THAN |
static Function |
Functions.LESS_THAN_EQUAL |
static Function |
Functions.NORMALIZE_SPACE |
static Function |
Functions.NOT |
static Function |
Functions.NOT_EQUALS |
static Function |
Functions.NUMBER_EQUALS_NUMBER |
static Function |
Functions.NUMBERS_EQUALS_NUMBER |
static Function |
Functions.OR |
static Function |
Functions.ROUND |
static Function |
Functions.STARTS_WITH |
static Function |
Functions.STRING_EQUALS_STRING |
static Function |
Functions.STRINGS_EQUALS_STRING |
static Function |
Functions.STRINGS_EQUALS_STRINGS |
static Function |
Functions.SUBSTRING |
static Function |
Functions.TRANSLATE |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Function> |
Functions.library |
| Constructor and Description |
|---|
FunctionCall(Function function) |
FunctionCall(Function function,
int noOfMembers) |
Copyright © 2021. All rights reserved.