public final class UndefinedNode extends AbstractExprNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
attribute
attribute on which this leaf is based
|
static UndefinedNode |
UNDEFINED_NODE
A static instance of this node
|
annotations, assertionType| Constructor and Description |
|---|
UndefinedNode(String attribute)
Creates a new instance of UndefinedNode.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(FilterVisitor visitor)
Element/node accept method for visitor pattern.
|
boolean |
isLeaf()
Tests to see if this node is a leaf or branch node.
|
boolean |
isSchemaAware()
Tells if this Node is Schema aware.
|
void |
setAttribute(String attribute) |
String |
toString() |
clone, equals, get, getAnnotations, getAssertionType, hashCode, printRefinementToBuffer, setpublic static final UndefinedNode UNDEFINED_NODE
protected String attribute
public UndefinedNode(String attribute)
public boolean isLeaf()
public Object accept(FilterVisitor visitor)
visitor - the filter expression tree structure visitorpublic boolean isSchemaAware()
public void setAttribute(String attribute)
public String toString()
toString in class AbstractExprNodeObject.toString()Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.