Interface INonDocumentTypeChildNode
Interface INonDocumentTypeChildNode
Namespace: Aspose.Svg.Dom
Assembly: Aspose.SVG.dll (25.12.0)
Defines Aspose.Svg.Dom.IChildNode that are not Aspose.Svg.Dom.Node.DOCUMENT_TYPE_NODE.
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface INonDocumentTypeChildNodeProperties
NextElementSibling
Returns the first following sibling that is an element, and null otherwise.
[DOMName("nextElementSibling")]
Element NextElementSibling { get; }Property Value
PreviousElementSibling
Returns the first preceding sibling that is an element, and null otherwise.
[DOMName("previousElementSibling")]
Element PreviousElementSibling { get; }