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

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.expression.XQueryForClause
All Implemented Interfaces:
XQueryNode

public class XQueryForClause
extends XQueryNodeAbstract

XQuery Interpreter ForClause.

Since:
CVS $Date: 2004/08/31 10:41:11 $
Version:
CVS $Revision: 1.5 $
Author:
Tobias Groh, Sven Overhage

Nested Class Summary
static class XQueryForClause.XQueryForBinding
           
 
Constructor Summary
XQueryForClause(PositionInfo pos, XQueryForClause.XQueryForBinding bind)
          Constructor
 
Method Summary
 void add(XQueryForClause.XQueryForBinding bind)
          Method add
 java.util.List<XQueryForClause.XQueryForBinding> getBindings()
          Method getBindings
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryForClause

public XQueryForClause(PositionInfo pos,
                       XQueryForClause.XQueryForBinding bind)
Constructor

Parameters:
column - an int
line - an int
bind - a XQueryForBinding
Method Detail

add

public void add(XQueryForClause.XQueryForBinding bind)
Method add

Parameters:
bind - a XQueryBinding

getBindings

public java.util.List<XQueryForClause.XQueryForBinding> getBindings()
Method getBindings

Returns:
a List