Instance Methods
name |
returns |
description |
addEventListener(type,listener,useCapture) |
(none) |
[from EventTarget]
|
appendChild(newChild) |
Node |
[from Node]
|
cloneNode(deep) |
Node |
Return a new copy of the node.
[from Node]
|
close() |
(none) |
|
createAttribute(name) |
Attr |
[from Document]
|
createAttributeNS(namespaceURI,qualifiedName) |
Attr |
[from Document]
|
createCDATASection(data) |
CDATASection |
[from Document]
|
createComment(data) |
Comment |
[from Document]
|
createDocumentFragment() |
DocumentFragment |
[from Document]
|
createElement(tagName) |
DocumentFragment |
[from Document]
|
createElementNS(namespaceURI,qualifiedName) |
Element |
[from Document]
|
createEntityReference(name) |
EntityReference |
[from Document]
|
createProcessingInstruction(target,data) |
ProcessingInstruction |
[from Document]
|
createTextNode([data]) |
Text |
Create a new Text node, with optional content.
[from Document]
|
dispatchEvent(evt) |
Boolean |
Dispatches an event to the invoking object.
[from EventTarget]
|
getElementById(elementId) |
Element |
[from Document]
|
getElementsByName(elementName) |
NodeList |
|
getElementsByTagName(tagname) |
NodeList |
[from Document]
|
getElementsByTagNameNS(namespaceURI,localName) |
NodeList |
[from Document]
|
hasAttributes() |
Boolean |
[from Node]
|
hasChildNodes() |
Boolean |
[from Node]
|
importNode(importedNode,deep) |
Node |
Imports a node from another document to this document.
[from Document]
|
insertBefore(newChild,refChild) |
Node |
[from Node]
|
isSupported(feature,version) |
Boolean |
[from Node]
|
normalize() |
(none) |
[from Node]
|
open() |
(none) |
|
removeChild(oldChild) |
Node |
[from Node]
|
removeEventListener(type,listener,useCapture) |
(none) |
[from EventTarget]
|
replaceChild(newChild,oldChild) |
Node |
[from Node]
|
write(text) |
(none) |
|
writeln(text) |
(none) |
|