By default we do not accept any children, ParentNode overrides this. @see ParentNode @returns newChild, in its new state (relocated, or emptied in thecase of DocumentNode.) @throws DOMException (HIERARCHY_REQUEST_ERR) if newChild is of a type that shouldn't be a child of this node. @throws DOMException (WRONG_DOCUMENT_ERR) if newChild has a different owner document than we do. @throws DOMException (NO_MODIFICATION_ALLOWED_ERR) if this node is read-only.
|
|
|
|
|
|
|
|
|
|
|
|