de.fraunhofer.ipsi.xquery.tree.expression
Class XQueryForClause.XQueryForBinding

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.expression.XQueryBinding
      extended by de.fraunhofer.ipsi.xquery.tree.expression.XQueryForClause.XQueryForBinding
Enclosing class:
XQueryForClause

public static class XQueryForClause.XQueryForBinding
extends XQueryBinding


Constructor Summary
XQueryForClause.XQueryForBinding(XQueryVariable var, XQueryExpression expr, XQuerySequenceType type, XQueryVariable posVar)
           
 
Method Summary
 XQueryVariable getPositionalVar()
          Method getPositionalVar
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.expression.XQueryBinding
getExpression, getType, getVariable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryForClause.XQueryForBinding

public XQueryForClause.XQueryForBinding(XQueryVariable var,
                                        XQueryExpression expr,
                                        XQuerySequenceType type,
                                        XQueryVariable posVar)
Method Detail

getPositionalVar

public XQueryVariable getPositionalVar()
Method getPositionalVar

Returns:
a XQueryVariable