One endpoint of a range, represented as a Node and and offset.
| Instance Method Summary | |
getParentPoint() ⇒ ?goog.editor.range.PointGets the point of this point's node in the DOM. | |
| Static Method Summary | |
createDeepestPoint(?Node node, number offset, boolean= opt_trendLeft) ⇒ ?goog.editor.range.PointConstruct the deepest possible point in the DOM that's equivalent to the given point, expressed as a node and an offset. | |
getPointAtEndOfNode(?Node node) ⇒ ?goog.editor.range.PointConstruct a point at the very end of the given node. | |