Package org.jaxen.expr.iter
Class IterablePrecedingSiblingAxis
- java.lang.Object
-
- org.jaxen.expr.iter.IterableAxis
-
- org.jaxen.expr.iter.IterablePrecedingSiblingAxis
-
- All Implemented Interfaces:
java.io.Serializable
public class IterablePrecedingSiblingAxis extends IterableAxis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IterablePrecedingSiblingAxis(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator
iterator(java.lang.Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.-
Methods inherited from class org.jaxen.expr.iter.IterableAxis
namedAccessIterator, supportsNamedAccess, value
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
iterator
public java.util.Iterator iterator(java.lang.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
-
-