Interface INonDocumentTypeChildNode
Interface INonDocumentTypeChildNode
Il nome: Aspose.Html.Dom Assemblaggio: Aspose.HTML.dll (25.4.0)
Definisce Aspose.Html.Dom.IChildNode che non sono Aspose.Html.Dom.Node.DOCUMENT_TYPE_NODE.
[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; }