AvailabilityDOM Level 2 Range Synopsisvoid setStartBefore(Node refNode) throws RangeException, DOMException; Arguments
ThrowsThis method throws the same exceptions in the same circumstances as Range.setEndAfter( ). See that method for details. DescriptionThis method sets the starting point of this range to be immediately before the specified refNode. |