com.jclark.xsl.expr
Class NullNodeIterator

java.lang.Object
  |
  +--com.jclark.xsl.expr.NullNodeIterator
All Implemented Interfaces:
NodeIterator

public class NullNodeIterator
extends java.lang.Object
implements NodeIterator


Constructor Summary
NullNodeIterator()
           
 
Method Summary
 Node next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullNodeIterator

public NullNodeIterator()
Method Detail

next

public Node next()
Specified by:
next in interface NodeIterator