- 124 -
Comments
: Consult Figures 4.13 through 4.19 to see which nodes are allowed to be
inserted.
removeChild(oldChild)
Parameters
: oldChild is a Node.
Return value
: None
Exceptions thrown
: DOMException
Description
: oldChild is removed from the list of children. If oldChild does not exist, then
an error is raised.
Comments
: In Internet Explorer 5, oldChild is returned.