org.basex.query.iter
Class NodeIter
java.lang.Object
org.basex.query.iter.Iter
org.basex.query.iter.NodeIter
- Direct Known Subclasses:
- NodeMore, NodIter
public abstract class NodeIter
- extends Iter
Node iterator interface.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Fields inherited from class org.basex.query.iter.Iter |
EMPTY |
Method Summary |
abstract Nod |
next()
Returns the next item or null if no other items are found. |
NodeIter
public NodeIter()
next
public abstract Nod 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