|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.expression.XQueryForClause
public class XQueryForClause
XQuery Interpreter ForClause.
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 |
---|
public XQueryForClause(PositionInfo pos, XQueryForClause.XQueryForBinding bind)
column
- an intline
- an intbind
- a XQueryForBindingMethod Detail |
---|
public void add(XQueryForClause.XQueryForBinding bind)
bind
- a XQueryBindingpublic java.util.List<XQueryForClause.XQueryForBinding> getBindings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |