XmlNode.RemoveChild Method
| Explanation | Detach the child node from the node tree. Not supported in Mobile and AI | |
| Call format | var node2 = node.RemoveChild( child ) | |
| Return value | Disconnected XmlNode object | |
| Arguments | XmlNode child | Node to be disconnected |
| Exception | DOM-7 | NO_MODIFICATION_ALLOWED_ERR |
| DOM-8 | NOT_FOUND_ERR | |
| Example of use | | |
| Related item | InsertBefore, ReplaceChild, AppendChild methods | |