public abstract Element getNextElementSibling ()

Returns a reference to the sibling node of the element which most immediately follows the element in document order, and which is of the Element type.

Returns:  a reference to an element child, null if the element has no sibling node of the Element type that comes after this one.