T - The Value typepublic class EqualityNode<T> extends SimpleNode<T>
bytes, EVAL_GREATER, EVAL_LESSER, valueattribute, attributeTypeannotations, assertionType| Constructor and Description |
|---|
EqualityNode(AttributeType attributeType,
Value value)
Creates a new Equality object.
|
EqualityNode(String attribute,
byte[] value)
Creates a new Equality object.
|
EqualityNode(String attribute,
String value)
Creates a new Equality object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
clone, equals, getEscapedValue, getValue, hashCode, printRefinementToBuffer, printToBuffer, setValueaccept, escapeFilterValue, escapeFilterValue, getAttribute, getAttributeType, isLeaf, isSchemaAware, setAttribute, setAttributeTypeget, getAnnotations, getAssertionType, setpublic EqualityNode(AttributeType attributeType, Value value)
attributeType - the attributeTypevalue - the value to test forpublic EqualityNode(String attribute, byte[] value)
attribute - the attribute namevalue - the value to test forpublic String toString()
toString in class AbstractExprNodeObject.toString()Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.