Returns the previous node in the set and moves the position of the iterator backwards in the set.
@return The previous Node in the set being iterated over, ornull if there are no more members in that set.
@exception DOMException INVALID_STATE_ERR: Raised if this method is called after the detach method was invoked.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.