Package com.icl.saxon.expr
Interface LastPositionFinder
-
- All Known Subinterfaces:
AxisEnumeration
- All Known Implementing Classes:
Context,EmptyEnumeration,LookaheadEnumerator,PrependIterator,SingletonEnumeration,SortKeyEnumeration
public interface LastPositionFinderA LastPositionFinder is an object used by the Context to locate the last position in the context node list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLastPosition()Get the last position
-
-
-
Method Detail
-
getLastPosition
int getLastPosition() throws XPathExceptionGet the last position- Throws:
XPathException
-
-