public abstract class XFTNode extends Object
Constructor and Description |
---|
XFTNode() |
Modifier and Type | Method and Description |
---|---|
XFTElement |
getAbsoluteParent()
Gets the highest parent in this items chain of parent items.
|
XFTNode |
getParent()
Gets the XDATNode referenced as the parent.
|
XFTElement |
getParentElement()
Returns the next parent Element in this items chain of parent items (rather than any field item)
|
boolean |
hasParent()
Checks if this item has a Parent
|
void |
setParent(XFTNode element)
Sets the parent for this node.
|
public boolean hasParent()
public XFTNode getParent()
public void setParent(XFTNode element)
element
- public XFTElement getAbsoluteParent()
public XFTElement getParentElement() throws ClassCastException
ClassCastException
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.