com.fatdog.xmlEngine
Class Variables
java.lang.Object
com.fatdog.xmlEngine.Variables
- public class Variables
- extends java.lang.Object
Maintains the values of XQuery variables.
- Version:
- 0.66
- Author:
- Howard Katz, howardk@fatdog.com
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LET_INDEX
public static final int LET_INDEX
- See Also:
- Constant Field Values
FOR_INDEX
public static final int FOR_INDEX
- See Also:
- Constant Field Values
Variables
public Variables(TreeWalker walker)
newVariable
public int newVariable(java.lang.String name,
ResultList value,
int forLetIndex)
evalVariableValue
public ResultList evalVariableValue(java.lang.String variableName)
throws InvalidQueryException
- Throws:
InvalidQueryException
findNamedForVariable
public int findNamedForVariable(java.lang.String varName)
getVariableValue
public ResultList getVariableValue(int varId)
getVariableName
public java.lang.String getVariableName(int varId)
advanceForIndex
public void advanceForIndex(int variableId)
unbindFollowing
public void unbindFollowing(int variableIx)