|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.util.FollowingSiblingAxisIterator
public class FollowingSiblingAxisIterator
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."
Field Summary | |
---|---|
private java.lang.Object |
contextNode
|
private Navigator |
navigator
|
private java.util.Iterator |
siblingIter
|
Constructor Summary | |
---|---|
FollowingSiblingAxisIterator(java.lang.Object contextNode,
Navigator navigator)
Create a new following-sibling axis iterator. |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if there are any following siblings remain; false otherwise. |
private void |
init()
|
java.lang.Object |
next()
Returns the next following sibling. |
void |
remove()
This operation is not supported. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object contextNode
private Navigator navigator
private java.util.Iterator siblingIter
Constructor Detail |
---|
public FollowingSiblingAxisIterator(java.lang.Object contextNode, Navigator navigator) throws UnsupportedAxisException
following-sibling
axis iterator.
contextNode
- the node to start fromnavigator
- the object model specific navigator
UnsupportedAxisException
Method Detail |
---|
private void init() throws UnsupportedAxisException
UnsupportedAxisException
public boolean hasNext()
hasNext
in interface java.util.Iterator
Iterator.hasNext()
public java.lang.Object next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator
java.util.NoSuchElementException
- if no following siblings remainIterator.next()
public void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator
java.lang.UnsupportedOperationException
- always
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |