org.apache.xpath.functions
public class FuncLast extends Function
UNKNOWN: advanced
Method Summary | |
---|---|
XObject | execute(XPathContext xctxt)
Execute the function. |
void | fixupVariables(Vector vars, int globalsSize)
No arguments to process, so this does nothing. |
int | getCountOfContextNodeList(XPathContext xctxt)
Get the position in the current context node list.
|
void | postCompileStep(Compiler compiler)
Figure out if we're executing a toplevel expression.
|
Parameters: xctxt The current execution context.
Returns: A valid XObject.
Throws: javax.xml.transform.TransformerException
Parameters: xctxt non-null reference to XPath runtime context.
Returns: The number of nodes in the list.
Throws: javax.xml.transform.TransformerException