com.jaxfront.core.xpath
Class SelfAxisIterator

java.lang.Object
  extended by com.jaxfront.core.xpath.SingleObjectIterator
      extended by com.jaxfront.core.xpath.SelfAxisIterator
All Implemented Interfaces:
ResetIterator, java.util.Iterator

public class SelfAxisIterator
extends SingleObjectIterator


Constructor Summary
SelfAxisIterator(java.lang.Object node, boolean onlySerializable)
           
 
Method Summary
 boolean hasNext()
           
 
Methods inherited from class com.jaxfront.core.xpath.SingleObjectIterator
next, remove, reset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfAxisIterator

public SelfAxisIterator(java.lang.Object node,
                        boolean onlySerializable)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator
Overrides:
hasNext in class SingleObjectIterator