AvailabilityDOM Level 2 Range Synopsisvoid setStart(Node refNode, long offset) throws RangeException, DOMException; Arguments
ThrowsThis method throws the same exceptions, for the same reasons, as Range.setEnd( ). See that method for details. DescriptionThis method sets the start point of this range by specifying the values of the startContainer and startOffset properties. |