org.jaxen.util
Class SelfAxisIterator

java.lang.Object
  |
  +--org.jaxen.util.SelfAxisIterator
All Implemented Interfaces:
Iterator

public class SelfAxisIterator
extends Object
implements Iterator


Constructor Summary
SelfAxisIterator(Object node)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfAxisIterator

public SelfAxisIterator(Object node)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
            throws NoSuchElementException
Specified by:
next in interface Iterator
NoSuchElementException

remove

public void remove()
            throws UnsupportedOperationException
Specified by:
remove in interface Iterator
UnsupportedOperationException


Copyright © 2001-2003 Codehaus. All Rights Reserved.