|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.iter.Iter
org.basex.query.iter.NodeIter
public abstract class NodeIter
Node iterator interface.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.iter.Iter |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
NodeIter()
|
|
| Method Summary | |
|---|---|
abstract Nod |
next()
Returns the next item or null if no other items are found. |
| Methods inherited from class org.basex.query.iter.Iter |
|---|
finish, get, iterator, reset, reverse, size |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeIter()
| Method Detail |
|---|
public abstract Nod next()
throws QueryException
Iter
next in class IterQueryException - query exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||