org.jaxen.expr.iter
Class IterableSelfAxis

java.lang.Object
  extended by org.jaxen.expr.iter.IterableAxis
      extended by org.jaxen.expr.iter.IterableSelfAxis
All Implemented Interfaces:
java.io.Serializable

public class IterableSelfAxis
extends IterableAxis

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
IterableSelfAxis(int value)
           
 
Method Summary
 java.util.Iterator iterator(java.lang.Object contextNode, ContextSupport support)
          Gets the iterator for a specific XPath axis.
 
Methods inherited from class org.jaxen.expr.iter.IterableAxis
namedAccessIterator, supportsNamedAccess, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IterableSelfAxis

public IterableSelfAxis(int value)
Method Detail

iterator

public java.util.Iterator iterator(java.lang.Object contextNode,
                                   ContextSupport support)
                            throws UnsupportedAxisException
Description copied from class: IterableAxis
Gets the iterator for a specific XPath axis.

Specified by:
iterator in class IterableAxis
Parameters:
contextNode - the current context node to work from
support - the additional context information
Returns:
an iterator for the axis
Throws:
UnsupportedAxisException