removeChild

Declaration

Node removeChild(
    in Node oldChild
);
Node removeChild(
    Node oldChild
);