- Range - Interface in org.w3c.dom.ranges
- 
- RangeException - Exception in org.w3c.dom.ranges
- 
Range operations may throw a RangeExceptionas specified in
 their method descriptions.
 
- RangeException(short, String) - Constructor for exception org.w3c.dom.ranges.RangeException
-  
- Rect - Interface in org.w3c.dom.css
- 
The Rectinterface is used to represent any rect value.
 
- REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
- 
The Attrwas just removed.
 
- remove(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
- 
Remove an element from the collection of OPTIONelements
 for thisSELECT.
 
- removeAttribute(String) - Method in interface org.w3c.dom.Element
- 
Removes an attribute by name. 
- removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
- 
Removes the specified attribute node. 
- removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
- 
Removes an attribute by local name and namespace URI. 
- removeChild(Node) - Method in interface org.w3c.dom.Node
- 
Removes the child node indicated by oldChildfrom the list
 of children, and returns it.
 
- removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
- 
This method allows the removal of event listeners from the event
 target. 
- removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
- 
Removes a node specified by name. 
- removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
- 
Removes a node specified by local name and namespace URI. 
- removeProperty(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
- 
Used to remove a CSS property if it has been explicitly set within
 this declaration block. 
- renameNode(Node, String, String) - Method in interface org.w3c.dom.Document
- 
Rename an existing node of type ELEMENT_NODEorATTRIBUTE_NODE.
 
- replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
- 
Replaces the child node oldChildwithnewChildin the list of children, and returns theoldChildnode.
 
- replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
- 
Replace the characters starting at the specified 16-bit unit offset
 with the specified string. 
- replaceWholeText(String) - Method in interface org.w3c.dom.Text
- 
Replaces the text of the current node and all logically-adjacent text
 nodes with the specified text. 
- reset() - Method in interface org.w3c.dom.html.HTMLFormElement
- 
Restores a form element's default values. 
- resolveResource(String, String, String, String, String) - Method in interface org.w3c.dom.ls.LSResourceResolver
- 
Allow the application to resolve external resources. 
- RGBColor - Interface in org.w3c.dom.css
- 
The RGBColorinterface is used to represent any RGB color
 value.
 
- run(DOMAccessor) - Method in interface com.sun.java.browser.dom.DOMAction
- 
When an object implementing interface DOMAction is passed
 to DOMService.invokeAndWait() or DOMService.invokeLater(),
 run method is called in the DOM access dispatch thread.