Section 25.245. Range.setStartAfter( ): start a range after the specified node


25.245. Range.setStartAfter( ): start a range after the specified node

DOM Level 2 Range

25.245.1. Synopsis

 void setStartAfter(Node refNode)     tHRows RangeException, DOMException; 

25.245.1.1. Arguments

refNode

The node after which the start point of the range is to be set.

25.245.1.2. Throws

This method throws the same exceptions in the same circumstances as Range.setEndAfter( ). See that reference page for details.

25.245.2. Description

This method sets the starting point of this range to be immediately after the specified refNode.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net