private static final class ElementNode.FollowingEnumeration extends java.lang.Object implements net.sf.saxon.tree.iter.AxisIterator
| Modifier and Type | Field and Description |
|---|---|
private net.sf.saxon.tree.iter.AxisIterator |
descendEnum
Child axis iterator.
|
private net.sf.saxon.tree.iter.AxisIterator |
siblingEnum
Following-sibling axis iterator.
|
| Constructor and Description |
|---|
FollowingEnumeration(net.sf.saxon.om.NodeInfo start)
Create an iterator over the "following" axis.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.om.NodeInfo |
next()
Get the next item in the sequence.
|
private net.sf.saxon.tree.iter.AxisIterator siblingEnum
private net.sf.saxon.tree.iter.AxisIterator descendEnum
FollowingEnumeration(net.sf.saxon.om.NodeInfo start)
start - the initial context node.public net.sf.saxon.om.NodeInfo next()
next in interface net.sf.saxon.om.SequenceIteratornext in interface net.sf.saxon.tree.iter.AxisIteratornext in interface net.sf.saxon.tree.iter.UnfailingIteratorCopyright © 2001-2021. All Rights Reserved.