com.japisoft.xpath.node
Class Function
java.lang.Object
|
+--com.japisoft.xpath.node.AbstractNode
|
+--com.japisoft.xpath.node.Expr
|
+--com.japisoft.xpath.node.Function
- public class Function
- extends Expr
Function node.
This function node use the context for
finding the good function implantation.
- Version:
- 1.0
- Author:
- (c) 2003 JAPISOFT
- See Also:
AbstractNode
| Methods inherited from class com.japisoft.xpath.node.Expr |
toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
functionName
public java.lang.String functionName
Function
public Function()
setName
public void setName(java.lang.String functionName)
getName
public java.lang.String getName()
eval
public java.lang.Object eval(XPathContext context)
- Overrides:
eval in class Expr