Node.removeChild(oldChild)
Remove a child node. oldChild must be a child of this node; if not, ValueError
is raised. oldChild is returned on success. If oldChild will not be used further, its unlink()
method should be called.
Node.removeChild(oldChild)
Remove a child node. oldChild must be a child of this node; if not, ValueError
is raised. oldChild is returned on success. If oldChild will not be used further, its unlink()
method should be called.
Please login to continue.