void setStart(Node refNode, long offset) throws RangeException, DOMException;
refNode
The node that contains the new start point.
offset
The position of the new start point within refNode.
This method throws the same exceptions, for the same reasons, as Range.setEnd( ). See that method for details.
This method sets the start point of this range by specifying the values of the startContainer and startOffset properties.