Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jaxen.util.SingleObjectIterator
org.jaxen.util.SelfAxisIterator
public class SelfAxisIterator
extends SingleObjectIterator
self
axis. The "self
axis contains
just the context node itself."
Field Summary |
Fields inherited from class org.jaxen.util.SingleObjectIterator | |
object , seen |
Constructor Summary | |
|
Method Summary |
Methods inherited from class org.jaxen.util.SingleObjectIterator | |
hasNext , next , remove |
public SelfAxisIterator(Object node)
Create a newself
axis iterator.
- Parameters:
node
- the node to start from