net.sf.saxon.functions
public class Last extends SystemFunction
| Method Summary | |
|---|---|
| Item | evaluateItem(XPathContext c)
Evaluate in a general context |
| int | getIntrinsicDependencies()
Determine the dependencies |
| Expression | preEvaluate(ExpressionVisitor visitor)
preEvaluate: this method suppresses compile-time evaluation by doing nothing
(because the value of the expression depends on the runtime context) |
| Expression | promote(PromotionOffer offer, Expression parent)
Promote this expression if possible |
| Expression | typeCheck(ExpressionVisitor visitor, ItemType contextItemType) |
Parameters: visitor an expression visitor