org.oXML.xpath.function
Class ConstructorCall

java.lang.Object
  extended byorg.oXML.xpath.function.FunctionCall
      extended byorg.oXML.xpath.function.ConstructorCall
All Implemented Interfaces:
Expression

public class ConstructorCall
extends FunctionCall

ConstructorCall is used by constructors calling parent initialisers


Field Summary
 
Fields inherited from class org.oXML.xpath.function.FunctionCall
args, location, name, qname
 
Fields inherited from interface org.oXML.xpath.Expression
OUTPUT_NS
 
Constructor Summary
ConstructorCall(FunctionCall call)
           
 
Method Summary
 Node evaluate(Node target, RuntimeContext ctxt)
           
 
Methods inherited from class org.oXML.xpath.function.FunctionCall
bind, evaluate, printFunction, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructorCall

public ConstructorCall(FunctionCall call)
Method Detail

evaluate

public Node evaluate(Node target,
                     RuntimeContext ctxt)
              throws ObjectBoxException
Throws:
ObjectBoxException