Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.saxon.om.AxisIteratorImpl
net.sf.saxon.om.Navigator.BaseEnumeration
net.sf.saxon.om.Navigator.FollowingEnumeration
public static final class Navigator.FollowingEnumeration
extends Navigator.BaseEnumeration
Field Summary |
Fields inherited from class net.sf.saxon.om.AxisIteratorImpl | |
current , position |
Fields inherited from interface net.sf.saxon.om.SequenceIterator | |
GROUNDED , LAST_POSITION_FINDER , LOOKAHEAD |
Constructor Summary | |
|
Method Summary | |
void |
|
SequenceIterator |
Methods inherited from class net.sf.saxon.om.Navigator.BaseEnumeration | |
advance , getAnother , next |
Methods inherited from class net.sf.saxon.om.AxisIteratorImpl | |
atomize , current , getProperties , getStringValue , iterateAxis , moveNext , position |
public FollowingEnumeration(NodeInfo start)
Create an iterator over the "following" axis
- Parameters:
start
- the initial context node
public SequenceIterator getAnother()
- Specified by:
- getAnother in interface UnfailingIterator
- getAnother in interface SequenceIterator
- Overrides:
- getAnother in interface Navigator.BaseEnumeration