AvailabilityDOM Level 2 Range Synopsisvoid setEndBefore(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 end point of this range to fall immediately before the specified refNode. |