Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.func |
XQuery functions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Expr.isFunction(Function func)
Checks if this expression is a certain function.
|
Modifier and Type | Field and Description |
---|---|
Function |
StandardFunc.sig
Function signature.
|
static Function[] |
Function.VALUES
Cached enums (faster).
|
Modifier and Type | Method and Description |
---|---|
static Function |
Function.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Function[] |
Function.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StandardFunc.isFunction(Function f) |
protected static boolean |
StandardFunc.oneOf(Function sig,
Function... sigs)
Compares several signatures for equality.
|
protected static boolean |
StandardFunc.oneOf(Function sig,
Function... sigs)
Compares several signatures for equality.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.