org.jaxen.expr.iter

Class IterableAncestorAxis

Implemented Interfaces:
Serializable

public class IterableAncestorAxis
extends IterableAxis

Field Summary

private static long
serialVersionUID

Fields inherited from class org.jaxen.expr.iter.IterableAxis

value

Constructor Summary

IterableAncestorAxis(int value)
Constructor.

Method Summary

Iterator
iterator(Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.

Methods inherited from class org.jaxen.expr.iter.IterableAxis

iterator, namedAccessIterator, supportsNamedAccess, value

Field Details

serialVersionUID

private static final long serialVersionUID
Field Value:
1L

Constructor Details

IterableAncestorAxis

public IterableAncestorAxis(int value)
Constructor.
Parameters:

Method Details

iterator

public Iterator iterator(Object contextNode,
                         ContextSupport support)
            throws UnsupportedAxisException
Gets the iterator for a specific XPath axis.
Overrides:
iterator in interface IterableAxis
Parameters:
contextNode - the current context node to work from
support - the additional context information
Returns:
an iterator for the axis