org.jaxen.xom
Class DocumentNavigator.IndexIterator

java.lang.Object
  extended by org.jaxen.xom.DocumentNavigator.IndexIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
DocumentNavigator

private abstract static class DocumentNavigator.IndexIterator
extends java.lang.Object
implements java.util.Iterator


Field Summary
private  int end
           
private  java.lang.Object o
           
private  int pos
           
 
Constructor Summary
DocumentNavigator.IndexIterator(java.lang.Object o, int pos, int end)
           
 
Method Summary
abstract  java.lang.Object get(java.lang.Object o, int i)
           
 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

o

private java.lang.Object o

pos

private int pos

end

private int end
Constructor Detail

DocumentNavigator.IndexIterator

public DocumentNavigator.IndexIterator(java.lang.Object o,
                                       int pos,
                                       int end)
Method Detail

hasNext

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

get

public abstract java.lang.Object get(java.lang.Object o,
                                     int i)

next

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

remove

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