|
||||||||||
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.FTIter
public abstract class FTIter
Node iterator interface.
Constructor Summary | |
---|---|
FTIter()
|
Method Summary | |
---|---|
abstract FTNode |
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 FTIter()
Method Detail |
---|
public abstract FTNode 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 |