com.jaxfront.core.xpath
Class DummyTypeIterator

java.lang.Object
  extended by com.jaxfront.core.xpath.DummyTypeIterator
All Implemented Interfaces:
java.util.Iterator

public class DummyTypeIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
DummyTypeIterator(Type contextType)
          Constructor.
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyTypeIterator

public DummyTypeIterator(Type contextType)
Constructor.

Parameters:
contextNode - The starting node.
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator
See Also:
Iterator.hasNext()

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator
See Also:
Iterator.next()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator
See Also:
Iterator.remove()