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
Methods 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 TypeMethodDescriptionvoidHtmlPage.setSelectionRange(SimpleRange selectionRange) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. -
Uses of SimpleRange in org.htmlunit.html.impl
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 SimpleRange