Package org.jaxen.util
Class SelfAxisIterator
- java.lang.Object
-
- org.jaxen.util.SingleObjectIterator
-
- org.jaxen.util.SelfAxisIterator
-
- All Implemented Interfaces:
Iterator
public class SelfAxisIterator extends SingleObjectIterator
Represents the XPathselfaxis. The "selfaxis contains just the context node itself."- Version:
- 1.1.1
-
-
Constructor Summary
Constructors Constructor Description SelfAxisIterator(Object node)Create a newselfaxis iterator.
-
Method Summary
-
Methods inherited from class org.jaxen.util.SingleObjectIterator
hasNext, next, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
SelfAxisIterator
public SelfAxisIterator(Object node)
Create a newselfaxis iterator.- Parameters:
node- the node to start from
-
-