Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.jxpath.ri.compiler.Expression
org.apache.commons.jxpath.ri.compiler.Operation
org.apache.commons.jxpath.ri.compiler.ExtensionFunction
public class ExtensionFunction
extends Operation
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.commons.jxpath.ri.compiler.Expression | |
Expression.PointerIterator , Expression.ValueIterator |
Field Summary |
Fields inherited from class org.apache.commons.jxpath.ri.compiler.Expression | |
NOT_A_NUMBER , ONE , ZERO |
Constructor Summary | |
|
Method Summary | |
Object |
|
boolean |
|
Object |
|
QName | |
String |
|
Methods inherited from class org.apache.commons.jxpath.ri.compiler.Operation | |
computeContextDependent , getArguments |
Methods inherited from class org.apache.commons.jxpath.ri.compiler.Expression | |
compute , computeContextDependent , computeValue , isContextDependent , iterate , iteratePointers |
public boolean computeContextDependent()
An extension function gets the current context, therefore it MAY be context dependent.
- Overrides:
- computeContextDependent in interface Operation
public Object computeValue(EvalContext context)
- Overrides:
- computeValue in interface Expression
public String toString()