public abstract Element getPreviousElementSibling ()

Returns a reference to the sibling node of the element which most immediately precedes 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 before this one.