| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various 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 |
|---|---|
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–2014 Gargoyle Software Inc.. All rights reserved.