Uses of Class
org.htmlunit.javascript.host.dom.Range
Packages that use Range
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of Range in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return RangeModifier and TypeMethodDescriptionDocument.createRange()
Creates and returns a new range.Selection.getRangeAt
(int index) Returns the range at the specified index.Methods in org.htmlunit.javascript.host.dom with parameters of type RangeModifier and TypeMethodDescriptionvoid
Adds a range to the selection.Range.compareBoundaryPoints
(int how, Range sourceRange) Compares the boundary points of two Ranges.void
Selection.removeRange
(Range range) Removes a range from the selection.