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 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
-
-