Interface IChildNode

Interface IChildNode

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

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

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

Methods

Remove()

Removes the current node from parent.

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