net.sf.saxon.functions
Class Remove.RemoveIterator
java.lang.Object
net.sf.saxon.functions.Remove.RemoveIterator
- Remove
- LastPositionFinder, SequenceIterator
public static class Remove.RemoveIterator
extends java.lang.Object
An implementation of SequenceIterator that returns all items except the one
at a specified position.
getLastPosition
public int getLastPosition()
throws XPathException
Get the last position (that is, the number of items in the sequence). This method is
non-destructive: it does not change the state of the iterator.
The result is undefined if the next() method of the iterator has already returned null.
- getLastPosition in interface LastPositionFinder
getProperties
public int getProperties()
Get properties of this iterator, as a bit-significant integer.
- getProperties in interface SequenceIterator