Package net.sf.saxon.tree.linked
Class FollowingEnumeration
- java.lang.Object
-
- net.sf.saxon.tree.linked.TreeEnumeration
-
- net.sf.saxon.tree.linked.FollowingEnumeration
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,SequenceIterator
,AxisIterator
,LookaheadIterator
,UnfailingIterator
final class FollowingEnumeration extends TreeEnumeration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.saxon.om.SequenceIterator
SequenceIterator.Property
-
-
Constructor Summary
Constructors Constructor Description FollowingEnumeration(NodeImpl node, java.util.function.Predicate<? super NodeInfo> nodeTest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
step()
Advance one step along the axis: the resulting node might not meet the required criteria for inclusion-
Methods inherited from class net.sf.saxon.tree.linked.TreeEnumeration
advance, conforms, getProperties, hasNext, next
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.saxon.tree.iter.AxisIterator
asIterator, forEachNode
-
Methods inherited from interface net.sf.saxon.om.SequenceIterator
close, forEachOrFail, materialize
-
Methods inherited from interface net.sf.saxon.tree.iter.UnfailingIterator
forEach, toList
-
-
-
-
Method Detail
-
step
protected void step()
Description copied from class:TreeEnumeration
Advance one step along the axis: the resulting node might not meet the required criteria for inclusion- Specified by:
step
in classTreeEnumeration
-
-