| java.lang.Object net.sf.saxon.expr.ComputedExpression net.sf.saxon.expr.TailExpression
TailExpression | public class TailExpression extends ComputedExpression (Code) | | A TailExpression represents a FilterExpression of the form EXPR[position() > n]
Here n is usually 2, but we allow other values
|
TailExpression | public TailExpression(Expression base, int start)(Code) | | Construct a TailExpression, representing a filter expression of the form
$base[position() >= $start]
Parameters: base - the expression to be filtered Parameters: start - the position (1-based) of the first item to be included |
computeCardinality | public int computeCardinality()(Code) | | |
computeSpecialProperties | public int computeSpecialProperties()(Code) | | |
getStart | public int getStart()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|