Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jaxen.expr.iter.IterableAxis
org.jaxen.expr.iter.IterablePrecedingAxis
public class IterablePrecedingAxis
extends IterableAxis
Field Summary | |
private static long |
Fields inherited from class org.jaxen.expr.iter.IterableAxis | |
value |
Constructor Summary | |
|
Method Summary | |
Iterator |
|
Methods inherited from class org.jaxen.expr.iter.IterableAxis | |
iterator , namedAccessIterator , supportsNamedAccess , value |
public Iterator iterator(Object contextNode, ContextSupport support) throws UnsupportedAxisException
Gets the iterator for a specific XPath axis.
- Overrides:
- iterator in interface IterableAxis
- Parameters:
contextNode
- the current context node to work fromsupport
- the additional context information
- Returns:
- an iterator for the axis
- Throws:
UnsupportedAxisException
-