Interface INonDocumentTypeChildNode
Interface INonDocumentTypeChildNode
Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.2.0)
Defines Aspose.Html.Dom.IChildNode that are not Aspose.Html.Dom.Node.DOCUMENT_TYPE_NODE.
[DOMNoInterfaceObject]
[DOMObject]
[ComVisible(true)]
public interface INonDocumentTypeChildNode
Properties
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; }