org.jaxen.expr.iter

Class IterableDescendantOrSelfAxis

Implemented Interfaces:
Serializable

public class IterableDescendantOrSelfAxis
extends IterableAxis

Field Summary

private static long
serialVersionUID

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

value

Constructor Summary

IterableDescendantOrSelfAxis(int value)

Method Summary

Iterator
iterator(Object contextNode, ContextSupport support)

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

iterator, namedAccessIterator, supportsNamedAccess, value

Field Details

serialVersionUID

private static final long serialVersionUID
Field Value:
2956703237251023850L

Constructor Details

IterableDescendantOrSelfAxis

public IterableDescendantOrSelfAxis(int value)

Method Details

iterator

public Iterator iterator(Object contextNode,
                         ContextSupport support)
            throws UnsupportedAxisException
Overrides:
iterator in interface IterableAxis