| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| Modifier and Type | Method and Description |
|---|---|
protected TextRange |
Element.createTextRange()
Creates a new TextRange object for this element.
|
| 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..
|
| Modifier and Type | Method and Description |
|---|---|
TextRange |
HTMLBodyElement.createTextRange()
Creates a new TextRange object for this element.
|
TextRange |
HTMLButtonElement.createTextRange()
Creates a new TextRange object for this element.
|
TextRange |
HTMLInputElement.createTextRange()
Creates a new TextRange object for this element.
|
TextRange |
HTMLTextAreaElement.createTextRange()
Creates a new TextRange object for this element.
|
Copyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.