Node
Element
Document
String
getNodePath()
Parent
getParent()
void
remove()
Child
setParent(Parent parent)
copy, copy, createClone, getType, toXML, toXML
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!
child.getParent().removeNode (child)