org.exist.xquery
Class LocalVariable

java.lang.Object
  extended byorg.exist.xquery.Variable
      extended byorg.exist.xquery.LocalVariable

public class LocalVariable
extends Variable

Represents a local variable as declared by for and let. Local variables are stored as a linked list.

Author:
wolf

Field Summary
protected  LocalVariable after
           
protected  LocalVariable before
           
 
Constructor Summary
LocalVariable(QName qname)
           
 
Method Summary
 void addAfter(LocalVariable var)
           
 
Methods inherited from class org.exist.xquery.Variable
checkType, getCardinality, getContextDocs, getDependencies, getQName, getSequenceType, getType, getValue, setContextDocs, setSequenceType, setStackPosition, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

before

protected LocalVariable before

after

protected LocalVariable after
Constructor Detail

LocalVariable

public LocalVariable(QName qname)
Method Detail

addAfter

public void addAfter(LocalVariable var)


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.