NonDocumentTypeChildNode

Overview

The NonDocumentTypeChildNode interface contains methods that are particular to Node objects that can have a parent, but not suitable for DocumentType.

Location


Properties


nextElementSibling

 

property nextElementSibling: HTMLElement read;

 

HTMLElement nextElementSibling { get; }

 

var nextElementSibling: HTMLElement { get{} }

 

HTMLElement nextElementSibling { __get; }

 

ReadOnly Property nextElementSibling() As HTMLElement

previousElementSibling

 

property previousElementSibling: HTMLElement read;

 

HTMLElement previousElementSibling { get; }

 

var previousElementSibling: HTMLElement { get{} }

 

HTMLElement previousElementSibling { __get; }

 

ReadOnly Property previousElementSibling() As HTMLElement