|
| Text | splitText (unsigned long offset) |
| |
| DOMString | substringData (unsigned long offset, unsigned long count) |
| |
| void | appendData (DOMString data) |
| |
| void | insertData (unsigned long offset, DOMString data) |
| |
| void | deleteData (unsigned long offset, unsigned long count) |
| |
| void | replaceData (unsigned long offset, unsigned long count, DOMString data) |
| |
| boolean | hasChildNodes () |
| |
| void | normalize () |
| |
| Node | cloneNode (optional boolean deep=false) |
| |
| boolean | isEqualNode (Node? otherNode) |
| |
| unsigned short | compareDocumentPosition (Node other) |
| |
| boolean | contains (Node? other) |
| |
| DOMString | lookupPrefix (DOMString? namespace) |
| |
| DOMString | lookupNamespaceURI (DOMString? prefix) |
| |
| boolean | isDefaultNamespace (DOMString? namespace) |
| |
| Node | insertBefore (Node node, Node? child) |
| |
| Node | appendChild (Node node) |
| |
| Node | replaceChild (Node node, Node child) |
| |
| Node | removeChild (Node child) |
| |
| boolean | hasChildNodes () |
| |
| unsigned short | compareDocumentPosition (Node other) |
| |
| boolean | contains (Node? other) |
| |
| Node | insertBefore (Node node, Node? child) |
| |
| Node | appendChild (Node node) |
| |
| Node | replaceChild (Node node, Node child) |
| |
| Node | removeChild (Node child) |
| |
| void | normalize () |
| |
| Node | cloneNode (optional boolean deep=true) |
| |
| boolean | isEqualNode (Node? node) |
| |
| DOMString | lookupPrefix (DOMString? namespace) |
| |
| DOMString | lookupNamespaceURI (DOMString? prefix) |
| |
| boolean | isDefaultNamespace (DOMString? namespace) |
| |
| void | addEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| |
| void | removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| |
| boolean | dispatchEvent (Event event) |
| |
| void | addEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| |
| void | removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| |
| boolean | dispatchEvent (Event event) |
| |
Definition at line 354 of file dom.idl.