| Methods in org.jaxen.function with parameters of type Context |
java.lang.Object |
SubstringFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
SubstringAfterFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
FalseFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
StartsWithFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
NotFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
CountFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
ConcatFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
LocalNameFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
SubstringBeforeFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
TranslateFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
NameFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
LastFunction.call(Context context,
java.util.List args)
|
static java.lang.Double |
LastFunction.evaluate(Context context)
|
java.lang.Object |
StringFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
RoundFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
StringLengthFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
CeilingFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
NamespaceUriFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
FloorFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
DocumentFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
TrueFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
NormalizeSpaceFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
PositionFunction.call(Context context,
java.util.List args)
|
static java.lang.Number |
PositionFunction.evaluate(Context context)
|
java.lang.Object |
BooleanFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
ContainsFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
NumberFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
IdFunction.call(Context context,
java.util.List args)
|
java.lang.Object |
SumFunction.call(Context context,
java.util.List args)
|
| Methods in org.jaxen.pattern with parameters of type Context |
boolean |
UnionPattern.matches(java.lang.Object node,
Context context)
|
boolean |
AnyNodeTest.matches(java.lang.Object node,
Context context)
|
boolean |
NodeTypeTest.matches(java.lang.Object node,
Context context)
|
boolean |
AnyChildNodeTest.matches(java.lang.Object node,
Context context)
|
boolean |
NameTest.matches(java.lang.Object node,
Context context)
|
boolean |
NoNodeTest.matches(java.lang.Object node,
Context context)
|
boolean |
NamespaceTest.matches(java.lang.Object node,
Context context)
|
protected java.lang.String |
NamespaceTest.getURI(java.lang.Object node,
Context context)
Returns the URI of the current prefix or "" if no URI can be found |
boolean |
TextNodeTest.matches(java.lang.Object node,
Context context)
|
abstract boolean |
Pattern.matches(java.lang.Object node,
Context context)
|
boolean |
LocationPathPattern.matches(java.lang.Object node,
Context context)
|