org.apache.xpath.axes
public interface SubContextList
UNKNOWN: advanced
| Method Summary | |
|---|---|
| int | getLastPos(XPathContext xctxt)
Get the number of nodes in the node list, which, in the XSLT 1 based
counting system, is the last index position.
|
| int | getProximityPosition(XPathContext xctxt)
Get the current sub-context position.
|
Parameters: xctxt The XPath runtime context.
Returns: the number of nodes in the node list.
Parameters: xctxt The XPath runtime context.
Returns: The position of the current node in the list.