|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--com.japisoft.xpath.function.basic.FunctionLib
Library of XPath function. Use the put
method for
adding a new function of replacing existing one.
Constructor Summary | |
FunctionLib()
|
Method Summary | |
java.lang.Object |
eval(java.lang.String function,
XPathContext context,
FastVector arg)
Eval the function by its name. |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FunctionLib()
Method Detail |
public java.lang.Object eval(java.lang.String function, XPathContext context, FastVector arg)
eval
in interface Lib
function
- a String
valuecontext
- a XPathContext
valuearg
- a Vector
value
Object
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |