org.jaxen.expr.iter

Class IterablePrecedingAxis

Implemented Interfaces:
Serializable

public class IterablePrecedingAxis
extends IterableAxis

Field Summary

private static long
serialVersionUID

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

value

Constructor Summary

IterablePrecedingAxis(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:
587333938258540052L

Constructor Details

IterablePrecedingAxis

public IterablePrecedingAxis(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