Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Range |
Selection.jsxFunction_getRangeAt(int index)
Returns the range at the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
Selection.jsxFunction_addRange(Range range)
Adds a range to the selection.
|
Object |
Range.jsxFunction_compareBoundaryPoints(int how,
Range sourceRange)
Compares the boundary points of two Ranges.
|
void |
Selection.jsxFunction_removeRange(Range range)
Removes a range from the selection.
|
Modifier and Type | Method and Description |
---|---|
Range |
HTMLDocument.jsxFunction_createRange()
Creates and returns a new range.
|
Copyright © 2002-2013 Gargoyle Software Inc.. All Rights Reserved.