|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextRange | |
---|---|
com.gargoylesoftware.htmlunit.javascript.host | Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
Uses of TextRange in com.gargoylesoftware.htmlunit.javascript.host |
---|
Methods in com.gargoylesoftware.htmlunit.javascript.host that return TextRange | |
---|---|
TextRange |
Selection.jsxFunction_createRange()
Creates a TextRange object from the current text selection (IE only). |
Methods in com.gargoylesoftware.htmlunit.javascript.host with parameters of type TextRange | |
---|---|
boolean |
TextRange.jsxFunction_inRange(TextRange other)
Indicates if a range is contained in current one. |
void |
TextRange.jsxFunction_setEndPoint(String type,
TextRange other)
Sets the endpoint of the range based on the endpoint of another range.. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |