Methods in com.werken.xpath.function with parameters of type Context |
java.lang.Object |
SubstringFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
CeilingFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
CountFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
RoundFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
SubstringBeforeFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
NumberFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
ContainsFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
NameFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
SubstringAfterFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
NotFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
SumFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
LocalNameFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
Function.call(Context context,
java.util.List args)
Call the function object. |
java.lang.Object |
PositionFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
ConcatFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
FloorFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
TrueFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
StartsWithFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
NamespaceUriFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
FalseFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
StringLengthFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
BooleanFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
LastFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
StringFunction.call(Context context,
java.util.List args)
|
static java.lang.String |
NameFunction.evaluate(Context context)
|
static java.lang.String |
LocalNameFunction.evaluate(Context context)
|
static java.lang.Double |
PositionFunction.evaluate(Context context)
|
static java.lang.String |
NamespaceUriFunction.evaluate(Context context)
|
static java.lang.Double |
LastFunction.evaluate(Context context)
|