Package com.icl.saxon.expr
Interface LastPositionFinder
-
- All Known Subinterfaces:
AxisEnumeration
- All Known Implementing Classes:
AncestorEnumeration
,AncestorEnumeration
,ArrayEnumeration
,AttributeEnumeration
,AttributeEnumeration
,ChildEnumeration
,Context
,DescendantEnumeration
,DescendantEnumeration
,EmptyEnumeration
,FollowingEnumeration
,FollowingEnumeration
,FollowingSiblingEnumeration
,LookaheadEnumerator
,NamespaceEnumeration
,NamespaceEnumeration
,NodeWrapper.AncestorEnumeration
,PrecedingEnumeration
,PrecedingEnumeration
,PrecedingOrAncestorEnumeration
,PrecedingSiblingEnumeration
,PrecedingSiblingEnumeration
,PrependIterator
,SiblingEnumeration
,SingletonEnumeration
,SortKeyEnumeration
,TreeEnumeration
public interface LastPositionFinder
A 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 int
getLastPosition()
Get the last position
-
-
-
Method Detail
-
getLastPosition
int getLastPosition() throws XPathException
Get the last position- Throws:
XPathException
-
-