AvailabilityDOM Level 2 Range Synopsisvoid setStartAfter(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 after the specified refNode. |