Class FollowingSiblingAxisIterator
java.lang.Object
org.jaxen.util.FollowingSiblingAxisIterator
- All Implemented Interfaces:
Iterator
Represents the XPath
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."- Version:
- 1.2b12
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFollowingSiblingAxisIterator(Object contextNode, Navigator navigator) Create a newfollowing-siblingaxis iterator. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
contextNode
-
siblingIter
-
-
Constructor Details
-
Method Details
-
init
- Throws:
UnsupportedAxisException
-
hasNext
-
next
Returns the next following sibling.- Specified by:
nextin interfaceIterator- Returns:
- the next following sibling
- Throws:
NoSuchElementException- if no following siblings remain- See Also:
-
remove
This operation is not supported.- Specified by:
removein interfaceIterator- Throws:
UnsupportedOperationException- always
-