|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.ExprInfo
org.basex.query.xquery.expr.Expr
org.basex.query.xquery.expr.Arr
org.basex.query.xquery.path.Path
org.basex.query.xquery.path.SimpleIterPath
public final class SimpleIterPath
Path Expression when the axis is a descendant.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.basex.query.xquery.expr.Expr |
|---|
Expr.Return, Expr.Using |
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.path.Path |
|---|
root |
| Fields inherited from class org.basex.query.xquery.expr.Arr |
|---|
expr |
| Constructor Summary | |
|---|---|
SimpleIterPath(Expr r,
Expr[] p)
Constructor. |
|
| Method Summary | |
|---|---|
Iter |
iter(XQContext ctx)
Evaluates the expression and returns an iterator on the resulting items. |
| Methods inherited from class org.basex.query.xquery.path.Path |
|---|
comp, invertPath, invertSIStep, path, plan, returned, toString, uses |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
e, i |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
color, info, name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleIterPath(Expr r,
Expr[] p)
r - root expressionp - expression list| Method Detail |
|---|
public Iter iter(XQContext ctx)
throws XQException
Expr
iter in class Pathctx - query context
XQException - evaluation exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||