org.jaxen.util
Class SelfAxisIterator

java.lang.Object
  extended byorg.jaxen.util.SelfAxisIterator
All Implemented Interfaces:
java.util.Iterator

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


Field Summary
private  boolean hasNext
           
private  java.lang.Object node
           
 
Constructor Summary
SelfAxisIterator(java.lang.Object node)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasNext

private boolean hasNext

node

private java.lang.Object node
Constructor Detail

SelfAxisIterator

public SelfAxisIterator(java.lang.Object node)
Method Detail

hasNext

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

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException
Specified by:
next in interface java.util.Iterator
Throws:
java.util.NoSuchElementException

remove

public void remove()
            throws java.lang.UnsupportedOperationException
Specified by:
remove in interface java.util.Iterator
Throws:
java.lang.UnsupportedOperationException