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 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: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- if the axis is not iterable
-