org.oXML.extras.servlet.function
Class GetFunction

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

public class GetFunction
extends XPathFunction


Constructor Summary
GetFunction(Name name, Node object)
           
 
Method Summary
 Node eval(Node[] args, RuntimeContext ctxt)
           
 Node eval(Node node, Node[] args, RuntimeContext ctxt)
           
 
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
 

Constructor Detail

GetFunction

public GetFunction(Name name,
                   Node object)
            throws ObjectBoxException
Method Detail

eval

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

eval

public Node eval(Node node,
                 Node[] args,
                 RuntimeContext ctxt)
          throws XPathException
Throws:
XPathException