org.jaxen.expr.iter
Class IterableFollowingAxis
java.lang.Object
org.jaxen.expr.iter.IterableAxis
org.jaxen.expr.iter.IterableFollowingAxis
- All Implemented Interfaces:
- Serializable
public class IterableFollowingAxis
- extends IterableAxis
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IterableFollowingAxis
public IterableFollowingAxis(int value)
iterator
public Iterator iterator(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 fromsupport
- the additional context information
- Returns:
- an iterator for the axis
- Throws:
UnsupportedAxisException
Copyright © 2001-2007 Codehaus. All Rights Reserved.