remove_child method
remove_child
Removes a child node from the DOM and returns the removed node.
Returns
Unlike Node.clone_node
the return value preserves the IEventListener
objects associated with it.
def remove_child(self, child):
...
Parameter | Type | Description |
---|---|---|
child | aspose.html.dom.Node | A Node that is the child node to be removed from the DOM. |
See Also
- module
aspose.html
- class
HTMLScriptElement
- class
IEventListener
- class
Node