Interface IChildNode

Interface IChildNode

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.7.0)

Defines Aspose.Html.Dom.IChildNode interface that should be implemented by Aspose.Html.Dom.Node that can have a parent.

[DOMName("ChildNode")]
[ComVisible(true)]
[DOMNoInterfaceObject]
public interface IChildNode

Methods

Remove()

Removes the current node from parent.

[DOMName("remove")]
void Remove()
 English