public interface FieldableNode extends QueryNode
FieldableNode interface to indicate that its
children and itself are associated to a specific field.
If it has any children which also implements this interface, it must ensure
the children are associated to the same field.| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getField()
Returns the field associated to the node and every node under it.
|
void |
setField(java.lang.CharSequence fieldName)
Associates the node to a field.
|
add, add, cloneTree, containsTag, getChildren, getParent, getTag, getTagMap, isLeaf, removeChildren, removeFromParent, set, setTag, toQueryString, toString, unsetTagCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.