net.sf.saxon.om

Class Navigator.FollowingEnumeration

public static final class Navigator.FollowingEnumeration extends Navigator.BaseEnumeration

General purpose implementation of the following axis, in terms of the ancestor, child, and following-sibling axes
Constructor Summary
FollowingEnumeration(NodeInfo start)
Create an iterator over the "following" axis
Method Summary
voidadvance()
SequenceIteratorgetAnother()

Constructor Detail

FollowingEnumeration

public FollowingEnumeration(NodeInfo start)
Create an iterator over the "following" axis

Parameters: start the initial context node

Method Detail

advance

public void advance()

getAnother

public SequenceIterator getAnother()