org.basex.query.xquery.iter
Interface NodeMore

All Superinterfaces:
Iter, NodeIter

public interface NodeMore
extends NodeIter

Iterator interface, extending the default iterator with a more() method.

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

Method Summary
 boolean more()
          Checks if more nodes are found.
 
Methods inherited from interface org.basex.query.xquery.iter.NodeIter
next
 

Method Detail

more

boolean more()
Checks if more nodes are found.

Returns:
temporary node