Package org.jaxen.expr.iter
Class IterablePrecedingAxis
java.lang.Object
org.jaxen.expr.iter.IterableAxis
org.jaxen.expr.iter.IterablePrecedingAxis
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator
(Object contextNode, ContextSupport support) Gets the iterator for a specific XPath axis.Methods inherited from class org.jaxen.expr.iter.IterableAxis
namedAccessIterator, supportsNamedAccess, value
-
Constructor Details
-
IterablePrecedingAxis
public IterablePrecedingAxis(int value)
-
-
Method Details
-
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 classIterableAxis
- Parameters:
contextNode
- the current context node to work fromsupport
- the additional context information- Returns:
- an iterator for the axis
- Throws:
UnsupportedAxisException
- if the axis is not iterable
-