Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.Range

Packages that use Range
com.gargoylesoftware.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
 

Uses of Range in com.gargoylesoftware.htmlunit.javascript.host
 

Methods in com.gargoylesoftware.htmlunit.javascript.host that return Range
 Range Selection.jsxFunction_getRangeAt(int index)
          Returns the range at the specified index.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host with parameters of type Range
 void Selection.jsxFunction_addRange(Range range)
          Adds a range to the selection.
 void Selection.jsxFunction_removeRange(Range range)
          Removes a range from the selection.
 

Uses of Range in com.gargoylesoftware.htmlunit.javascript.host.html
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.html that return Range
 Range HTMLDocument.jsxFunction_createRange()
          Creates and returns a new range.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.