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 |
---|---|
CharSequence |
getField()
Returns the field associated to the node and every node under it.
|
void |
setField(CharSequence fieldName)
Associates the node to a field.
|
add, add, cloneTree, containsTag, getChildren, getParent, getTag, getTagMap, isLeaf, removeFromParent, set, setTag, toQueryString, toString, unsetTag
CharSequence getField()
void setField(CharSequence fieldName)
fieldName
- the field nameCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.