ZVON > References > DOM2 Reference

cloneRange (method )

Owning interface and usage:  
Range.cloneRange()

Member of these other interfaces:  
none

Description:  
Produces a new Range whose boundary-points are equal to the boundary-points of the Range.

Parameters:  
none

Returns:  
Range -  The duplicated Range.

Exceptions:  
DOMException INVALID_STATE_ERR
Raised if detach() has already been invoked on this object.