de.fraunhofer.ipsi.xquery.context
Class EvaluationContext

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.context.EvaluationContext

public class EvaluationContext
extends java.lang.Object


Field Summary
 Environment collectionValue
           
 XS_DateTime dateTime
           
 Environment docValue
           
 Environment<FunctionDeclaration,FunctionDefinition> funcDefn
           
 XDT_DayTimeDuration timezone
           
 Environment<javax.xml.namespace.QName,java.lang.Object> varValue
           
 
Constructor Summary
EvaluationContext()
          Constructor
 
Method Summary
 EvaluationContext clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

funcDefn

public final Environment<FunctionDeclaration,FunctionDefinition> funcDefn

varValue

public final Environment<javax.xml.namespace.QName,java.lang.Object> varValue

dateTime

public final XS_DateTime dateTime

timezone

public final XDT_DayTimeDuration timezone

docValue

public final Environment docValue

collectionValue

public final Environment collectionValue
Constructor Detail

EvaluationContext

public EvaluationContext()
Constructor

Method Detail

clone

public EvaluationContext clone()
Overrides:
clone in class java.lang.Object