org.basex.query.xquery.iter
Interface NodeIter

All Superinterfaces:
Iter
All Known Subinterfaces:
NodeMore
All Known Implementing Classes:
NodeNext, NodeZero

public interface NodeIter
extends Iter

Node iterator interface.

Author:
Workgroup DBIS, University of Konstanz 2005-07, ISC License, Christian Gruen

Method Summary
 Node next()
          Returns the next node.
 

Method Detail

next

Node next()
Returns the next node.

Specified by:
next in interface Iter
Returns:
node