| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| Modifier and Type | Method and Description |
|---|---|
TextRange |
Selection.createRange()
Creates a TextRange object from the current text selection (IE only).
|
| Modifier and Type | Method and Description |
|---|---|
int |
TextRange.compareEndPoints(String how,
TextRange sourceRange)
Compares an end point of a TextRange object with an end point of another range.
|
boolean |
TextRange.inRange(TextRange other)
Indicates if a range is contained in current one.
|
void |
TextRange.setEndPoint(String type,
TextRange other)
Sets the endpoint of the range based on the endpoint of another range..
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.