org.basex.query.iter
Class FTIter
java.lang.Object
org.basex.query.iter.Iter
org.basex.query.iter.FTIter
public abstract class FTIter
- extends Iter
Node iterator interface.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Sebastian Gath
Fields inherited from class org.basex.query.iter.Iter |
EMPTY |
Method Summary |
abstract FTItem |
next()
Returns the next item or null if no other items are found. |
FTIter
public FTIter()
next
public abstract FTItem next()
throws QueryException
- Description copied from class:
Iter
- Returns the next item or null if no other items are found.
- Specified by:
next
in class Iter
- Returns:
- resulting item
- Throws:
QueryException
- query exception