org.oXML.type
Class NodesetType.NodesetFunction

java.lang.Object
  extended byorg.oXML.type.Function
      extended byorg.oXML.type.TypeFunction
          extended byorg.oXML.type.NodesetType.NodesetFunction
Enclosing class:
NodesetType

public class NodesetType.NodesetFunction
extends TypeFunction


Constructor Summary
NodesetType.NodesetFunction(Type type, Name name, Type[] signature)
           
 
Method Summary
 Node invoke(Node obj, Node[] args, RuntimeContext ctxt)
           
 
Methods inherited from class org.oXML.type.TypeFunction
getDeclaringType, invoke, print
 
Methods inherited from class org.oXML.type.Function
getKey, getName, getSignature, printSignature, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodesetType.NodesetFunction

public NodesetType.NodesetFunction(Type type,
                                   Name name,
                                   Type[] signature)
Method Detail

invoke

public Node invoke(Node obj,
                   Node[] args,
                   RuntimeContext ctxt)
            throws ObjectBoxException
Specified by:
invoke in class Function
Throws:
ObjectBoxException