de.fraunhofer.ipsi.xquery.context
Class EvaluationContext
java.lang.Object
de.fraunhofer.ipsi.xquery.context.EvaluationContext
public class EvaluationContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EvaluationContext
public EvaluationContext()
- Constructor
clone
public EvaluationContext clone()
- Overrides:
clone
in class java.lang.Object