Modifier and Type | Method and Description |
---|---|
public int | Returns: the number of nodes in the node list.The XPath runtime context. xctxt)Get the number of nodes in the node list, which, in the XSLT 1 based counting system, is the last index position. |
public int | Returns: The position of the current node in the list.The XPath runtime context. xctxt)Get the current sub-context position. |
getLastPos | back to summary |
---|---|
public 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.
|
getProximityPosition | back to summary |
---|---|
public int getProximityPosition(XPathContext xctxt) Get the current sub-context position.
|