selectNode method
The Range.selectNode()
method sets the
Range to contain the Node and its contents. The parent
Node of the start and end of the Range will be the same as
the parent of the referenceNode.
Implementation
external void selectNode(Node node);