import "sbIServicePaneService.idl";
Inheritance diagram for sbIServicePaneNodeInternal:
Public Member Functions | |
void | unlinkChild (in sbIServicePaneNode aChild) |
Remove the child from this node Remove the child from its parent but do not remove its properties. | |
void | unlinkNode () |
Remove this node from its parent. | |
void | clearNode () |
Remove all the properties and children from a node Remove all the properties and children from a node. This effectively removes it from the RDF. |
Definition at line 134 of file sbIServicePaneService.idl.
void sbIServicePaneNodeInternal::unlinkChild | ( | in sbIServicePaneNode | aChild | ) |
Remove the child from this node Remove the child from its parent but do not remove its properties.
aChild | the child node to remove |