appendChild

Declaration

Node appendChild(
    in Node newChild
);
Node appendChild(
    Node newChild
);