com.aspose.html.dom

Interface INonDocumentTypeChildNode

    • Method Detail

      • getPreviousElementSibling

        @DOMNameAttribute(name="previousElementSibling")
        Element getPreviousElementSibling()

        Returns the first preceding sibling that is an element, and null otherwise.

        Value: The previous element sibling.
      • getNextElementSibling

        @DOMNameAttribute(name="nextElementSibling")
        Element getNextElementSibling()

        Returns the first following sibling that is an element, and null otherwise.

        Value: The next element sibling.