Interface NonDocumentTypeChildNode
interface NonDocumentTypeChildNode {
nextElementSibling: Element;
previousElementSibling: Element;
}
nextElementSibling: Element;
previousElementSibling: Element;
}
Hierarchy
- NonDocumentTypeChildNode (view full)
Returns the first following sibling that is an element, and null otherwise.
MDN Reference