Class SelfAxisIterator
java.lang.Object
org.jaxen.util.SingleObjectIterator
org.jaxen.util.SelfAxisIterator
- All Implemented Interfaces:
Iterator
Represents the XPath
self axis. The "self axis contains
just the context node itself."- Version:
- 1.1.1
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SingleObjectIterator
hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
SelfAxisIterator
Create a newselfaxis iterator.- Parameters:
node- the node to start from
-