public interface FocusIterator extends SequenceIterator
ATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Modifier and Type | Method and Description |
---|---|
Item |
current()
Get the current value in the sequence (the one returned by the
most recent call on next()).
|
int |
getLength()
Get the position of the last item in the sequence
|
int |
position()
Get the current position.
|
close, getProperties, next
Item current()
int position()
int getLength() throws XPathException
XPathException
- if a failure occurs reading the sequenceCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.