org.basex.query.iter
Class NodeMore

java.lang.Object
  extended by org.basex.query.iter.Iter
      extended by org.basex.query.iter.NodeIter
          extended by org.basex.query.iter.NodeMore

public abstract class NodeMore
extends NodeIter

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

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

Field Summary
 
Fields inherited from class org.basex.query.iter.Iter
EMPTY
 
Constructor Summary
NodeMore()
           
 
Method Summary
abstract  boolean more()
          Checks if more nodes are found.
 
Methods inherited from class org.basex.query.iter.NodeIter
next
 
Methods inherited from class org.basex.query.iter.Iter
finish, get, reset, reverse, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeMore

public NodeMore()
Method Detail

more

public abstract boolean more()
Checks if more nodes are found.

Returns:
temporary node