org.jaxen.xom
private abstract static class DocumentNavigator.IndexIterator extends Object implements Iterator
| Field Summary | |
|---|---|
| int | end |
| Object | o |
| int | pos |
| Constructor Summary | |
|---|---|
| IndexIterator(Object o, int pos, int end) | |
| Method Summary | |
|---|---|
| abstract Object | get(Object o, int i) |
| boolean | hasNext() |
| Object | next() |
| void | remove() |