Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.html.impl |
Contains some implementation classes that have to be public to be used internally in different packages
but that shouldn't be used directly by HtmlUnit users.
|
org.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 |
---|---|
List<SimpleRange> |
HtmlPage.getSelectionRanges()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlPage.setSelectionRange(SimpleRange selectionRange)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
SimpleRange |
SimpleRange.cloneRange()
Produces a new SimpleRange whose boundary-points are equal to the
boundary-points of this.
|
Modifier and Type | Method and Description |
---|---|
SimpleRange |
AbstractRange.getSimpleRange() |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.