org.oXML.extras.java.function
Class SerializeFunction

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

public class SerializeFunction
extends XPathFunction


Constructor Summary
SerializeFunction(Name name, Type[] sig)
           
 
Method Summary
 Node eval(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

SerializeFunction

public SerializeFunction(Name name,
                         Type[] sig)
                  throws ObjectBoxException
Method Detail

eval

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