Package net.sf.saxon.tree.linked
Class PrecedingSiblingEnumeration
- java.lang.Object
-
- net.sf.saxon.tree.linked.TreeEnumeration
-
- net.sf.saxon.tree.linked.PrecedingSiblingEnumeration
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,SequenceIterator,AxisIterator,LookaheadIterator,UnfailingIterator
final class PrecedingSiblingEnumeration extends TreeEnumeration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.saxon.om.SequenceIterator
SequenceIterator.Property
-
-
Constructor Summary
Constructors Constructor Description PrecedingSiblingEnumeration(NodeImpl node, java.util.function.Predicate<? super NodeInfo> nodeTest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidstep()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:TreeEnumerationAdvance one step along the axis: the resulting node might not meet the required criteria for inclusion- Specified by:
stepin classTreeEnumeration
-
-