Interface INonDocumentTypeChildNode

Interface INonDocumentTypeChildNode

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

Defines Aspose.Svg.Dom.IChildNode that are not Aspose.Svg.Dom.Node.DOCUMENT_TYPE_NODE.

[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface INonDocumentTypeChildNode

Properties

NextElementSibling

Returns the first following sibling that is an element, and null otherwise.

[DOMName("nextElementSibling")]
Element NextElementSibling { get; }

Property Value

Element

PreviousElementSibling

Returns the first preceding sibling that is an element, and null otherwise.

[DOMName("previousElementSibling")]
Element PreviousElementSibling { get; }

Property Value

Element

 English