August 2006
Intermediate to advanced
1018 pages
34h 13m
English
Range.setStartAfter( ): start a range after the specified node — DOM Level 2 Range
void setStartAfter(NoderefNode)
throws RangeException, DOMException;refNode
The node after which the start point of the range is to be set.
This method throws the same exceptions in the same
circumstances as Range.setEndAfter(
). See that reference page for details.
This method sets the starting point of this range to be
immediately after the specified
refNode.
Read now
Unlock full access