org.jaxen.util
public class FollowingSiblingAxisIterator extends java.lang.Object implements java.util.Iterator
following-sibling axis.
The "following-sibling axis contains all the
folowing siblings of the context node; if the context node is an
attribute node or namespace node, the following-sibling
axis is empty."| Constructor and Description |
|---|
FollowingSiblingAxisIterator(java.lang.Object contextNode,
Navigator navigator)
Create a new
following-sibling axis iterator. |
public FollowingSiblingAxisIterator(java.lang.Object contextNode,
Navigator navigator)
throws UnsupportedAxisException
following-sibling axis iterator.contextNode - the node to start fromnavigator - the object model specific navigatorUnsupportedAxisExceptionpublic boolean hasNext()
hasNext in interface java.util.IteratorIterator.hasNext()public java.lang.Object next()
throws java.util.NoSuchElementException
next in interface java.util.Iteratorjava.util.NoSuchElementException - if no following siblings remainIterator.next()public void remove()
throws java.lang.UnsupportedOperationException
remove in interface java.util.Iteratorjava.lang.UnsupportedOperationException - alwaysCopyright © 2001-2013 Codehaus. All Rights Reserved.