org.exist.xquery
Class LocalVariable
java.lang.Object
org.exist.xquery.Variable
org.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
Methods inherited from class org.exist.xquery.Variable |
checkType, getCardinality, getContextDocs, getDependencies, getQName, getSequenceType, getType, getValue, isInitialized, setContextDocs, setIsInitialized, setSequenceType, setStackPosition, setValue, toString |
LocalVariable
public LocalVariable(QName qname)
addAfter
public void addAfter(LocalVariable var)
Copyright (C) Wolfgang Meier. All rights reserved.