Uses of Class
com.werken.xpath.impl.Context
-
Packages that use Context Package Description com.werken.xpath.function Provides implementations for the core XPath Function Librarycom.werken.xpath.impl Contains implementation classes for evaluating XPath components -
-
Uses of Context in com.werken.xpath.function
Methods in com.werken.xpath.function with parameters of type Context Modifier and Type Method Description java.lang.Object
BooleanFunction. call(Context context, java.util.List args)
java.lang.Object
CeilingFunction. call(Context context, java.util.List args)
java.lang.Object
ConcatFunction. call(Context context, java.util.List args)
java.lang.Object
ContainsFunction. call(Context context, java.util.List args)
java.lang.Object
CountFunction. call(Context context, java.util.List args)
java.lang.Object
FalseFunction. call(Context context, java.util.List args)
java.lang.Object
FloorFunction. 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
LastFunction. call(Context context, java.util.List args)
java.lang.Object
LocalNameFunction. call(Context context, java.util.List args)
java.lang.Object
NameFunction. call(Context context, java.util.List args)
java.lang.Object
NamespaceUriFunction. call(Context context, java.util.List args)
java.lang.Object
NotFunction. call(Context context, java.util.List args)
java.lang.Object
NumberFunction. call(Context context, java.util.List args)
java.lang.Object
PositionFunction. call(Context context, java.util.List args)
java.lang.Object
RoundFunction. call(Context context, java.util.List args)
java.lang.Object
StartsWithFunction. call(Context context, java.util.List args)
java.lang.Object
StringFunction. call(Context context, java.util.List args)
java.lang.Object
StringLengthFunction. call(Context context, java.util.List args)
java.lang.Object
SubstringAfterFunction. call(Context context, java.util.List args)
java.lang.Object
SubstringBeforeFunction. call(Context context, java.util.List args)
java.lang.Object
SubstringFunction. call(Context context, java.util.List args)
java.lang.Object
SumFunction. call(Context context, java.util.List args)
java.lang.Object
TrueFunction. call(Context context, java.util.List args)
static java.lang.Double
LastFunction. evaluate(Context context)
static java.lang.String
LocalNameFunction. evaluate(Context context)
static java.lang.String
NameFunction. evaluate(Context context)
static java.lang.String
NamespaceUriFunction. evaluate(Context context)
static java.lang.Double
PositionFunction. evaluate(Context context)
-
Uses of Context in com.werken.xpath.impl
Methods in com.werken.xpath.impl that return Context Modifier and Type Method Description Context
ParentStep. applyTo(Context context)
Context
Step. applyTo(Context context)
Context
UnAbbrStep. applyTo(Context context)
Context
Context. duplicate()
Methods in com.werken.xpath.impl with parameters of type Context Modifier and Type Method Description java.lang.Object
LocationPath. applyTo(Context context)
Context
ParentStep. applyTo(Context context)
Context
Step. applyTo(Context context)
Context
UnAbbrStep. applyTo(Context context)
java.lang.Object
BinaryExpr. evaluate(Context context)
abstract java.lang.Object
Expr. evaluate(Context context)
java.lang.Object
FilterExpr. evaluate(Context context)
java.lang.Object
FunctionExpr. evaluate(Context context)
java.lang.Object
LocationPath. evaluate(Context context)
java.lang.Object
NegativeExpr. evaluate(Context context)
java.lang.Object
NumberExpr. evaluate(Context context)
java.lang.Object
Step. evaluate(Context context)
java.lang.Object
StringExpr. evaluate(Context context)
java.lang.Object
VariableExpr. evaluate(Context context)
boolean
Predicate. evaluateOnNode(Context context, java.lang.String axis)
-