| java.lang.Object net.sf.saxon.expr.ComputedExpression net.sf.saxon.expr.IsLastExpression
IsLastExpression | final public class IsLastExpression extends ComputedExpression (Code) | | A position() eq last() expression, generated by the optimizer.
|
Constructor Summary | |
public | IsLastExpression(boolean condition) Construct a condition that tests position() eq last() (if condition
is true) or position() ne last() (if condition is false). |
IsLastExpression | public IsLastExpression(boolean condition)(Code) | | Construct a condition that tests position() eq last() (if condition
is true) or position() ne last() (if condition is false).
|
computeCardinality | public int computeCardinality()(Code) | | Determine the static cardinality
|
getCondition | public boolean getCondition()(Code) | | |
getIntrinsicDependencies | public int getIntrinsicDependencies()(Code) | | Get the dependencies of this expression on the context
|
|
|