Uses of Class
org.htmlunit.javascript.host.dom.Range
-
Packages that use Range Package Description org.htmlunit.javascript.host.dom 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 Range Modifier and Type Method Description Range
Document. createRange()
Creates and returns a new range.Range
Selection. getRangeAt(int index)
Returns the range at the specified index.Methods in org.htmlunit.javascript.host.dom with parameters of type Range Modifier and Type Method Description void
Selection. addRange(Range range)
Adds a range to the selection.java.lang.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.
-