Interface IChildNode

Interface IChildNode

Namespace: Aspose.Svg.Dom
Assembly: Aspose.SVG.dll (25.5.0)

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

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

Methods

Remove()

Removes the current node from parent.

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