org.jaxen.expr.iter
Class IterableAxis

java.lang.Object
  extended byorg.jaxen.expr.iter.IterableAxis
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IterableAncestorAxis, IterableAncestorOrSelfAxis, IterableAttributeAxis, IterableChildAxis, IterableDescendantAxis, IterableDescendantOrSelfAxis, IterableFollowingAxis, IterableFollowingSiblingAxis, IterableNamespaceAxis, IterableParentAxis, IterablePrecedingAxis, IterablePrecedingSiblingAxis, IterableSelfAxis

public abstract class IterableAxis
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  int value
           
 
Constructor Summary
IterableAxis(int axisValue)
           
 
Method Summary
abstract  java.util.Iterator iterator(java.lang.Object contextNode, ContextSupport support)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private int value
Constructor Detail

IterableAxis

public IterableAxis(int axisValue)
Method Detail

value

public int value()

iterator

public abstract java.util.Iterator iterator(java.lang.Object contextNode,
                                            ContextSupport support)
                                     throws UnsupportedAxisException
Throws:
UnsupportedAxisException