T - The Value typepublic class ApproximateNode<T> extends SimpleNode<T>
bytes, EVAL_GREATER, EVAL_LESSER, valueattribute, attributeTypeannotations, assertionType| Constructor and Description |
|---|
ApproximateNode(AttributeType attributeType,
Value value)
Creates a new ApproximateNode object.
|
ApproximateNode(String attribute,
byte[] value)
Creates a new ApproximateNode object.
|
ApproximateNode(String attribute,
String value)
Creates a new ApproximateNode 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 ApproximateNode(AttributeType attributeType, Value value)
attributeType - the attribute typevalue - the value to test forpublic ApproximateNode(String attribute, String value)
attribute - the attribute namevalue - the value to test forpublic ApproximateNode(String attribute, byte[] value)
attribute - the attribute namevalue - the value to test forpublic String toString()
toString in class AbstractExprNodeObject.toString()Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.