Appends a node to the children of this node.
@param child node to append to this node @throws IllegalAddException if this node cannot have children of this type @throws MultipleParentException if child already has a parent @throws NullPointerException ifchild
is null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|