public interface Negatable
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isNegatable(ExpressionVisitor visitor)Check whether this specific instance of the expression is negatable | 
| Expression | negate()Create an expression that returns the negation of this expression | 
boolean isNegatable(ExpressionVisitor visitor)
Expression negate()
IllegalOperationException - if isNegatable() returns falseCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.