|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface LastPositionFinder
A LastPositionFinder is an interface implemented by any SequenceIterator that is able to return the position of the last item in the sequence.
| Field Summary |
|---|
| Fields inherited from interface net.sf.saxon.om.SequenceIterator |
|---|
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD |
| Method Summary | |
|---|---|
int |
getLastPosition()
Get the last position (that is, the number of items in the sequence). |
| Methods inherited from interface net.sf.saxon.om.SequenceIterator |
|---|
current, getAnother, getProperties, next, position |
| Method Detail |
|---|
int getLastPosition()
throws XPathException
SequenceIterator.LAST_POSITION_FINDER
XPathException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||