@DOMObjectAttribute @DOMNoInterfaceObjectAttribute public interface INonDocumentTypeChildNode
Defines IChildNode
that are not Node.DOCUMENT_TYPE_NODE
.
Modifier and Type | Method and Description |
---|---|
Element |
getNextElementSibling()
Returns the first following sibling that is an element, and null otherwise.
|
Element |
getPreviousElementSibling()
Returns the first preceding sibling that is an element, and null otherwise.
|
@DOMNameAttribute(name="previousElementSibling") Element getPreviousElementSibling()
Returns the first preceding sibling that is an element, and null otherwise.
Value: The previous element sibling.@DOMNameAttribute(name="nextElementSibling") Element getNextElementSibling()
Returns the first following sibling that is an element, and null otherwise.
Value: The next element sibling.