| java.lang.Object net.sf.saxon.expr.ComputedExpression net.sf.saxon.expr.BinaryExpression net.sf.saxon.expr.IdentityComparison
IdentityComparison | final public class IdentityComparison extends BinaryExpression (Code) | | IdentityComparison: a boolean expression that compares two nodes
for equals, not-equals, greater-than or less-than based on identity and
document ordering
|
Constructor Summary | |
public | IdentityComparison(Expression p1, int op, Expression p2) Create an identity comparison identifying the two operands and the operator
Parameters: p1 - the left-hand operand Parameters: op - the operator, as a token returned by the Tokenizer (e.g. |
IdentityComparison | public IdentityComparison(Expression p1, int op, Expression p2)(Code) | | Create an identity comparison identifying the two operands and the operator
Parameters: p1 - the left-hand operand Parameters: op - the operator, as a token returned by the Tokenizer (e.g. Token.LT) Parameters: p2 - the right-hand operand |
setGenerateIdEmulation | public void setGenerateIdEmulation(boolean flag)(Code) | | Set flag to indicate different empty-sequence behavior when emulating
comparison of two generate-id's
|
|
|