Uses of Class
org.htmlunit.html.impl.SimpleRange
Packages that use SimpleRange
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.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.
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of SimpleRange in org.htmlunit.html
Fields in org.htmlunit.html with type parameters of type SimpleRangeMethods in org.htmlunit.html that return types with arguments of type SimpleRangeModifier and TypeMethodDescriptionHtmlPage.getSelectionRanges()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.Methods in org.htmlunit.html with parameters of type SimpleRangeModifier and TypeMethodDescriptionvoid
HtmlPage.setSelectionRange
(SimpleRange selectionRange) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. -
Uses of SimpleRange in org.htmlunit.html.impl
Fields in org.htmlunit.html.impl declared as SimpleRangeModifier and TypeFieldDescriptionprivate final SimpleRange
SelectableTextSelectionDelegate.selection_
The field selection, which is independent of the browsing context's selection.Methods in org.htmlunit.html.impl that return SimpleRangeModifier and TypeMethodDescriptionSimpleRange.cloneRange()
Produces a new SimpleRange whose boundary-points are equal to the boundary-points of this. -
Uses of SimpleRange in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return SimpleRangeModifier and TypeMethodDescriptionprivate SimpleRange
Selection.getFirstRange()
Returns the first selection range in the current document, by document position.private SimpleRange
Selection.getLastRange()
Returns the last selection range in the current document, by document position.AbstractRange.getSimpleRange()
Methods in org.htmlunit.javascript.host.dom that return types with arguments of type SimpleRangeModifier and TypeMethodDescriptionprivate List
<SimpleRange> Selection.getRanges()
Returns the current HtmlUnit DOM selection ranges.Constructors in org.htmlunit.javascript.host.dom with parameters of type SimpleRange