goog.editor.range.Point |
node
: Node
The node containing the point.
|
offset
: number
The offset of the point into the node.
|
Gets the point of this point's node in the DOM.
Returns: !goog.editor.range.Point
The node's point.
|
code » |
![]()
Construct the deepest possible point in the DOM that's equivalent
to the given point, expressed as a node and an offset.
Arguments:
Returns: !goog.editor.range.Point
A new point.
|
code » | |||||
Construct a point at the very end of the given node.
Arguments:
Returns: !goog.editor.range.Point
A new point.
|
code » | |||||
Return true if the specified node is an Element that is not expected to have
children. The createDeepestPoint() method should not traverse into
such elements.
|
code » |