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)
Method Summary
voidadvance()
SequenceIteratorgetAnother()

Constructor Detail

FollowingEnumeration

public FollowingEnumeration(NodeInfo start)

Method Detail

advance

public void advance()

getAnother

public SequenceIterator getAnother()