|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oXML.type.Function
org.oXML.xpath.function.XPathFunction
org.oXML.extras.java.ReflectionFunction
| Constructor Summary | |
ReflectionFunction(Name name,
Type[] sig,
java.lang.reflect.Method method)
|
|
ReflectionFunction(Name name,
Type[] sig,
java.lang.reflect.Method method,
java.lang.Object instance)
|
|
| Method Summary | |
Node |
eval(Node[] args,
RuntimeContext ctxt)
|
java.lang.String |
toString()
|
| Methods inherited from class org.oXML.xpath.function.XPathFunction |
invoke, invoke |
| Methods inherited from class org.oXML.type.Function |
getDeclaringType, getKey, getName, getSignature, print, printSignature |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ReflectionFunction(Name name,
Type[] sig,
java.lang.reflect.Method method,
java.lang.Object instance)
public ReflectionFunction(Name name,
Type[] sig,
java.lang.reflect.Method method)
| Method Detail |
public Node eval(Node[] args,
RuntimeContext ctxt)
throws XPathException
eval in class XPathFunctionXPathExceptionpublic java.lang.String toString()
toString in class Function
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||