Xindice API
version 1.1

org.apache.xindice.core.data
Class EmptyNodeSet

java.lang.Object
  |
  +--org.apache.xindice.core.data.EmptyNodeSet
All Implemented Interfaces:
NodeSet

public final class EmptyNodeSet
extends Object
implements NodeSet

EmptyNodeSet implements an empty NodeSet.

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $

Constructor Summary
EmptyNodeSet()
           
 
Method Summary
 Object getNextNode()
          getNextNode returns the next Node from the NodeSet.
 boolean hasMoreNodes()
          hasMoreNodes returns whether or not there are any Nodes remaining in the NodeSet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyNodeSet

public EmptyNodeSet()
Method Detail

hasMoreNodes

public boolean hasMoreNodes()
Description copied from interface: NodeSet
hasMoreNodes returns whether or not there are any Nodes remaining in the NodeSet.
Specified by:
hasMoreNodes in interface NodeSet
Following copied from interface: org.apache.xindice.core.data.NodeSet
Returns:
Whether there are any more Nodes

getNextNode

public Object getNextNode()
Description copied from interface: NodeSet
getNextNode returns the next Node from the NodeSet.
Specified by:
getNextNode in interface NodeSet
Following copied from interface: org.apache.xindice.core.data.NodeSet
Returns:
The next Node

Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.