com.jaxfront.core.xpath.schema
Class SelfAxisIterator

java.lang.Object
  extended by org.jaxen.util.SingleObjectIterator
      extended by org.jaxen.util.SelfAxisIterator
          extended by com.jaxfront.core.xpath.schema.SelfAxisIterator
All Implemented Interfaces:
java.util.Iterator

public class SelfAxisIterator
extends org.jaxen.util.SelfAxisIterator

Author:
Stephan Portmann To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
SelfAxisIterator(java.lang.Object node)
           
 
Method Summary
 boolean hasNext()
           
 
Methods inherited from class org.jaxen.util.SingleObjectIterator
next, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfAxisIterator

public SelfAxisIterator(java.lang.Object node)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator
Overrides:
hasNext in class org.jaxen.util.SingleObjectIterator