|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NativeRange | |
|---|---|
| org.xwiki.gwt.dom.client.internal.mozilla | |
| Uses of NativeRange in org.xwiki.gwt.dom.client.internal.mozilla |
|---|
| Methods in org.xwiki.gwt.dom.client.internal.mozilla that return NativeRange | |
|---|---|
NativeRange |
NativeRange.cloneRange()
Produces a new range whose boundary-points are equal to the boundary-points of this range. |
NativeRange |
NativeSelection.getRangeAt(int index)
|
static NativeRange |
NativeRange.newInstance(Document document)
Creates a new native range using the given document. |
| Methods in org.xwiki.gwt.dom.client.internal.mozilla with parameters of type NativeRange | |
|---|---|
void |
NativeSelection.addRange(NativeRange range)
Adds a range to this selection. |
short |
NativeRange.compareBoundaryPoints(int how,
NativeRange sourceRange)
Compare the boundary-points of two ranges in a document. |
void |
NativeSelection.removeRange(NativeRange range)
Removes the given range from the selection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||