remove_child method
remove_child
Removes the child node indicated by oldChild from the list of children, and returns it.
Returns
Returns node
def remove_child(self, child):
...
Parameter | Type | Description |
---|---|---|
child | aspose.html.dom.Node | The old child. |
See Also
- module
aspose.html
- class
HTMLSelectElement
- class
Node