Interface INonDocumentTypeChildNode
Interface INonDocumentTypeChildNode
Il nome: Aspose.Html.Dom Assemblaggio: Aspose.HTML.dll (25.5.0)
Definisci Aspose.Html.Dom.IChildNode che non sono ASPOSE.HTml, DOM.NODE, DOCUMENT_TYPE_NODA.
[ComVisible(true)]
[DOMNoInterfaceObject]
[DOMObject]
public interface INonDocumentTypeChildNode
Properties
NextElementSibling
Ritorna il primo fratello che segue che è un elemento, e null altrimenti.
[DOMName("nextElementSibling")]
Element NextElementSibling { get; }
Valore di proprietà
PreviousElementSibling
Ritorna il primo fratello precedente che è un elemento, e nulla altrimenti.
[DOMName("previousElementSibling")]
Element PreviousElementSibling { get; }