Interface IChildNode
Interface IChildNode
Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.2.0)
Defines Aspose.Html.Dom.IChildNode interface that should be implemented by Aspose.Html.Dom.Node that can have a parent.
[DOMNoInterfaceObject]
[ComVisible(true)]
[DOMName("ChildNode")]
public interface IChildNode
Methods
Remove()
Removes the current node from parent.
[DOMName("remove")]
void Remove()