- Range - Interface in org.w3c.dom.ranges
-
- RangeException - Exception in org.w3c.dom.ranges
-
Range operations may throw a RangeException
as specified in
their method descriptions.
- RangeException(short, String) - Constructor for exception org.w3c.dom.ranges.RangeException
-
- Rect - Interface in org.w3c.dom.css
-
The Rect
interface is used to represent any rect value.
- REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
-
The Attr
was just removed.
- remove(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
-
Remove an element from the collection of OPTION
elements
for this SELECT
.
- 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 oldChild
from 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_NODE
or
ATTRIBUTE_NODE
.
- replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
-
Replaces the child node oldChild
with newChild
in the list of children, and returns the oldChild
node.
- 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 RGBColor
interface 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.