|
||||||||||
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.
Constructor Summary | |
---|---|
NodeIter()
|
Method Summary | |
---|---|
abstract ANode |
next()
Returns the next item or null if no other items are found. |
Methods inherited from class org.basex.query.iter.Iter |
---|
get, reset, size, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeIter()
Method Detail |
---|
public abstract ANode next() throws QueryException
Iter
null
if no other items are found.
next
in class Iter
null
QueryException
- query exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |