org.jaxen.util
Class SelfAxisIterator

java.lang.Object
  extended byorg.jaxen.util.SingleObjectIterator
      extended byorg.jaxen.util.SelfAxisIterator
All Implemented Interfaces:
java.util.Iterator

public class SelfAxisIterator
extends SingleObjectIterator

Represents the XPath self axis. The "self axis contains just the context node itself."

Version:
1.2b12

Field Summary
 
Fields inherited from class org.jaxen.util.SingleObjectIterator
 
Constructor Summary
SelfAxisIterator(java.lang.Object node)
          Create a new self axis iterator.
 
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
 

Constructor Detail

SelfAxisIterator

public SelfAxisIterator(java.lang.Object node)
Create a new self axis iterator.