public final class NodeWrapper.SaxonEnumeration
extends net.sf.saxon.tree.util.Navigator.BaseEnumeration
Saxon adaptor for axis iterations.
Constructor and Description |
---|
NodeWrapper.SaxonEnumeration(AbsAxis paramAxis)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
advance() |
net.sf.saxon.tree.iter.AxisIterator<net.sf.saxon.om.NodeInfo> |
getAnother() |
public NodeWrapper.SaxonEnumeration(AbsAxis paramAxis)
paramAxis
- TreeTank axis iterator.public void advance()
advance
in class net.sf.saxon.tree.util.Navigator.BaseEnumeration
public net.sf.saxon.tree.iter.AxisIterator<net.sf.saxon.om.NodeInfo> getAnother()
getAnother
in interface net.sf.saxon.om.SequenceIterator
getAnother
in interface net.sf.saxon.tree.iter.AxisIterator
getAnother
in interface net.sf.saxon.tree.iter.UnfailingIterator
getAnother
in class net.sf.saxon.tree.util.Navigator.BaseEnumeration
Copyright © 2013. All Rights Reserved.