org.jaxen.expr.iter
Class IterableChildAxis

java.lang.Object
  |
  +--org.jaxen.expr.iter.IterableAxis
        |
        +--org.jaxen.expr.iter.IterableChildAxis
All Implemented Interfaces:
Serializable

public class IterableChildAxis
extends IterableAxis

See Also:
Serialized Form

Constructor Summary
IterableChildAxis(int value)
           
 
Method Summary
 Iterator iterator(Object contextNode, ContextSupport support)
           
 
Methods inherited from class org.jaxen.expr.iter.IterableAxis
value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterableChildAxis

public IterableChildAxis(int value)
Method Detail

iterator

public Iterator iterator(Object contextNode,
                         ContextSupport support)
                  throws UnsupportedAxisException
Specified by:
iterator in class IterableAxis
UnsupportedAxisException


Copyright © 2001-2003 Codehaus. All Rights Reserved.