|
|||||||||
| Home >> All >> org >> w3c >> dom >> [ range overview ] | PREV NEXT | ||||||||
Uses of Class
org.w3c.dom.range.RangeException
| Uses of RangeException in org.w3c.dom.range |
| Methods in org.w3c.dom.range that throw RangeException | |
void |
Range.setStart(org.w3c.dom.Node refNode,
int offset)
Sets the attributes describing the start of the range. |
void |
Range.setEnd(org.w3c.dom.Node refNode,
int offset)
Sets the attributes describing the end of a range. |
void |
Range.setStartBefore(org.w3c.dom.Node refNode)
Sets the start position to be before a node |
void |
Range.setStartAfter(org.w3c.dom.Node refNode)
Sets the start position to be after a node |
void |
Range.setEndBefore(org.w3c.dom.Node refNode)
Sets the end position to be before a node. |
void |
Range.setEndAfter(org.w3c.dom.Node refNode)
Sets the end of a range to be after a node |
void |
Range.selectNode(org.w3c.dom.Node refNode)
Select a node and its contents |
void |
Range.selectNodeContents(org.w3c.dom.Node refNode)
Select the contents within a node |
void |
Range.insertNode(org.w3c.dom.Node newNode)
Inserts a node into the document or document fragment at the start of the range. |
void |
Range.surroundContents(org.w3c.dom.Node newParent)
Reparents the contents of the range to the given node and inserts the node at the position of the start of the range. |
|
|||||||||
| Home >> All >> org >> w3c >> dom >> [ range overview ] | PREV NEXT | ||||||||