Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNodePath()
Return a path which uniquely describes this child.
|
Parent |
getParent()
The parent of this child
|
void |
remove() |
Child |
setParent(Parent parent)
Change the parent of this child.
|
Parent getParent()
Child setParent(Parent parent)
CAUTION: If the child is already attached to a parent, this
call will not detach the old relation! You
must call child.getParent().removeNode (child)
,
first!
java.lang.String getNodePath()
void remove()