Package | Description |
---|---|
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 |
---|---|
Range |
Document.createRange()
Creates and returns a new range.
|
Range |
Selection.getRangeAt(int index)
Returns the range at the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
Selection.addRange(Range range)
Adds a range to the selection.
|
Object |
Range.compareBoundaryPoints(int how,
Range sourceRange)
Compares the boundary points of two Ranges.
|
void |
Selection.removeRange(Range range)
Removes a range from the selection.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.