org.jaxen.util
Class FollowingAxisIterator
java.lang.Object
org.jaxen.util.FollowingAxisIterator
- Iterator
public class FollowingAxisIterator
extends java.lang.Object
implements Iterator
contextNode
private Object contextNode
currentSibling
private Iterator currentSibling
siblings
private Iterator siblings
goForward
private boolean goForward()
goUp
private boolean goUp()
hasNext
public boolean hasNext()
next
public Object next()
throws NoSuchElementException
remove
public void remove()
throws UnsupportedOperationException