|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.xpath.node.AbstractNode | +--com.japisoft.xpath.node.Expr | +--com.japisoft.xpath.node.Function
Function node. This function node use the context for finding the good function implantation.
AbstractNode
Field Summary | |
java.lang.String |
functionName
|
Constructor Summary | |
Function()
|
Method Summary | |
java.lang.Object |
eval(XPathContext context)
|
java.lang.String |
getName()
|
void |
setName(java.lang.String functionName)
|
Methods inherited from class com.japisoft.xpath.node.Expr |
toString |
Methods inherited from class com.japisoft.xpath.node.AbstractNode |
addNode, getNodeAt, getNodeCount, getParentNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String functionName
Constructor Detail |
public Function()
Method Detail |
public void setName(java.lang.String functionName)
public java.lang.String getName()
public java.lang.Object eval(XPathContext context)
eval
in class Expr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |