import"Range.idl";
◆ cloneContents()
◆ cloneRange()
Range Range::cloneRange |
( |
| ) |
|
◆ collapse()
◆ compareBoundaryPoints()
short Range::compareBoundaryPoints |
( |
unsigned short |
how, |
|
|
Range |
sourceRange |
|
) |
| |
◆ compareNode()
short Range::compareNode |
( |
Node |
refNode | ) |
|
◆ comparePoint()
short Range::comparePoint |
( |
Node |
refNode, |
|
|
unsigned long |
offset |
|
) |
| |
◆ createContextualFragment()
◆ deleteContents()
void Range::deleteContents |
( |
| ) |
|
◆ detach()
◆ expand()
◆ extractContents()
◆ getBoundingClientRect()
◆ getClientRects()
◆ insertNode()
◆ intersectsNode()
◆ isPointInRange()
boolean Range::isPointInRange |
( |
Node |
refNode, |
|
|
unsigned long |
offset |
|
) |
| |
◆ selectNode()
◆ selectNodeContents()
void Range::selectNodeContents |
( |
Node |
refNode | ) |
|
◆ setEnd()
void Range::setEnd |
( |
Node |
refNode, |
|
|
unsigned long |
offset |
|
) |
| |
◆ setEndAfter()
◆ setEndBefore()
void Range::setEndBefore |
( |
Node |
refNode | ) |
|
◆ setStart()
void Range::setStart |
( |
Node |
refNode, |
|
|
unsigned long |
offset |
|
) |
| |
◆ setStartAfter()
void Range::setStartAfter |
( |
Node |
refNode | ) |
|
◆ setStartBefore()
void Range::setStartBefore |
( |
Node |
refNode | ) |
|
◆ surroundContents()
void Range::surroundContents |
( |
Node |
newParent | ) |
|
◆ toString()
DOMString Range::toString |
( |
| ) |
|
◆ collapsed
◆ commonAncestorContainer
◆ END_TO_END
const unsigned short Range::END_TO_END = 2 |
◆ END_TO_START
const unsigned short Range::END_TO_START = 3 |
◆ endContainer
◆ endOffset
◆ NODE_AFTER
const unsigned short Range::NODE_AFTER = 1 |
◆ NODE_BEFORE
const unsigned short Range::NODE_BEFORE = 0 |
◆ NODE_BEFORE_AND_AFTER
const unsigned short Range::NODE_BEFORE_AND_AFTER = 2 |
◆ NODE_INSIDE
const unsigned short Range::NODE_INSIDE = 3 |
◆ START_TO_END
const unsigned short Range::START_TO_END = 1 |
◆ START_TO_START
const unsigned short Range::START_TO_START = 0 |
◆ startContainer
◆ startOffset
The documentation for this interface was generated from the following file: