org.oXML.extras.java.function
Class EvaluateFunction

java.lang.Object
  extended byorg.oXML.type.Function
      extended byorg.oXML.xpath.function.XPathFunction
          extended byorg.oXML.extras.java.function.EvaluateFunction

public class EvaluateFunction
extends XPathFunction

java:evaluate(String expression, Node context) evaluate


Field Summary
 Parser parser
           
 
Constructor Summary
EvaluateFunction(Name name)
           
 
Method Summary
 Node eval(Node[] args, RuntimeContext context)
           
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

parser

public Parser parser
Constructor Detail

EvaluateFunction

public EvaluateFunction(Name name)
                 throws ObjectBoxException
Method Detail

eval

public Node eval(Node[] args,
                 RuntimeContext context)
          throws ObjectBoxException
Specified by:
eval in class XPathFunction
Throws:
ObjectBoxException