Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
TextRange |
Selection.jsxFunction_createRange()
Creates a TextRange object from the current text selection (IE only).
|
Modifier and Type | Method and Description |
---|---|
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..
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.