|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XQueryBinding | |
---|---|
de.fraunhofer.ipsi.xquery.tree.expression |
Uses of XQueryBinding in de.fraunhofer.ipsi.xquery.tree.expression |
---|
Subclasses of XQueryBinding in de.fraunhofer.ipsi.xquery.tree.expression | |
---|---|
static class |
XQueryForClause.XQueryForBinding
|
Methods in de.fraunhofer.ipsi.xquery.tree.expression that return types with arguments of type XQueryBinding | |
---|---|
java.util.List<XQueryBinding> |
XQueryQuantifiedExpr.getBindings()
Method getBindings |
java.util.List<XQueryBinding> |
XQueryLetClause.getBindings()
Method getBindings |
Methods in de.fraunhofer.ipsi.xquery.tree.expression with parameters of type XQueryBinding | |
---|---|
void |
XQueryLetClause.add(XQueryBinding bind)
Method add |
Constructors in de.fraunhofer.ipsi.xquery.tree.expression with parameters of type XQueryBinding | |
---|---|
XQueryLetClause(PositionInfo pos,
XQueryBinding bind)
Constructor |
Constructor parameters in de.fraunhofer.ipsi.xquery.tree.expression with type arguments of type XQueryBinding | |
---|---|
XQueryQuantifiedExpr(PositionInfo pos,
QuantifierEnum kind,
java.util.List<XQueryBinding> bind,
XQueryExpression sat)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |