|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.xquery.iter.Iter
org.basex.query.xquery.iter.NodeIter
public abstract class NodeIter
Node iterator interface.
Field Summary | |
---|---|
static NodeIter |
NONE
Empty node iterator. |
Fields inherited from class org.basex.query.xquery.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.xquery.iter.Iter |
---|
atomic, ebv, finish, reset, seqErr, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final NodeIter NONE
Constructor Detail |
---|
public NodeIter()
Method Detail |
---|
public abstract Nod next() throws XQException
Iter
next
in class Iter
XQException
- evaluation exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |