|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LastPositionFinder<T extends Item>
A LastPositionFinder is an interface implemented by any SequenceIterator that is able to return the position of the last item in the sequence.
Method Summary | |
---|---|
int |
getLength()
Get the last position (that is, the number of items in the sequence). |
Method Detail |
---|
int getLength() throws XPathException
SequenceIterator.LAST_POSITION_FINDER
XPathException
- if an error occurs evaluating the sequence in order to determine
the number of items
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |