public interface SubContextList
Modifier and Type | Method and Description |
---|---|
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.
|
int getLastPos(XPathContext xctxt)
xctxt
- The XPath runtime context.int getProximityPosition(XPathContext xctxt)
xctxt
- The XPath runtime context.Copyright © 2021 JBoss by Red Hat. All rights reserved.