public class FollowingAxisIterator extends Object implements Iterator
following axis.
The "following axis contains all nodes in the same document as the context
node that are after the context node in document order, excluding any descendants
and excluding attribute nodes and namespace nodes."| コンストラクタと説明 |
|---|
FollowingAxisIterator(Object contextNode,
Navigator navigator)
Create a new
following axis iterator. |
public FollowingAxisIterator(Object contextNode, Navigator navigator) throws UnsupportedAxisException
following axis iterator.contextNode - the node to start fromnavigator - the object model specific navigatorUnsupportedAxisExceptionpublic boolean hasNext()
hasNext インタフェース内 IteratorIterator.hasNext()public Object next() throws NoSuchElementException
next インタフェース内 IteratorNoSuchElementException - if no following nodes remainIterator.next()public void remove()
throws UnsupportedOperationException
remove インタフェース内 IteratorUnsupportedOperationException - alwaysCopyright © 2001-2013 Codehaus. All Rights Reserved.