public class CoreOperationNotEqual extends CoreOperationCompare
Expression for the operation "!=".Expression.PointerIterator, Expression.ValueIteratorADD_PRECEDENCE, AND_PRECEDENCE, COMPARE_PRECEDENCE, MULTIPLY_PRECEDENCE, NEGATE_PRECEDENCE, OR_PRECEDENCE, RELATIONAL_EXPR_PRECEDENCE, UNION_PRECEDENCENOT_A_NUMBER, ONE, ZERO| Constructor and Description |
|---|
CoreOperationNotEqual(Expression arg1,
Expression arg2)
Create a new CoreOperationNotEqual.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSymbol()
Returns the XPath symbol for this operation, e.g. "+", "div", etc.
|
computeValue, contains, equal, equal, findMatch, getPrecedence, isSymmetriccompute, toStringcomputeContextDependent, getArgumentsisContextDependent, iterate, iteratePointerspublic CoreOperationNotEqual(Expression arg1, Expression arg2)
arg1 - left operandarg2 - right operandpublic String getSymbol()
CoreOperationgetSymbol in class CoreOperationCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.