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 RangeDocument. createRange()Creates and returns a new range.RangeSelection. 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 voidSelection. addRange(Range range)Adds a range to the selection.java.lang.ObjectRange. compareBoundaryPoints(int how, Range sourceRange)Compares the boundary points of two Ranges.voidSelection. removeRange(Range range)Removes a range from the selection.
-