Package org.jaxen.expr.iter
Class IterableAncestorAxis
- java.lang.Object
-
- org.jaxen.expr.iter.IterableAxis
-
- org.jaxen.expr.iter.IterableAncestorAxis
-
- All Implemented Interfaces:
Serializable
public class IterableAncestorAxis extends IterableAxis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IterableAncestorAxis(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iteratoriterator(Object contextNode, ContextSupport support)Gets the iterator for a specific XPath axis.-
Methods inherited from class org.jaxen.expr.iter.IterableAxis
namedAccessIterator, supportsNamedAccess, value
-
-
-
-
Method Detail
-
iterator
public Iterator iterator(Object contextNode, ContextSupport support) throws UnsupportedAxisException
Description copied from class:IterableAxisGets the iterator for a specific XPath axis.- Specified by:
iteratorin classIterableAxis- Parameters:
contextNode- the current context node to work fromsupport- the additional context information- Returns:
- an iterator for the axis
- Throws:
UnsupportedAxisException
-
-