import"document.idl";
Public Member Functions | |
HTMLCollection | getElementsByTagName (DOMString localName) |
HTMLCollection | getElementsByTagNameNS (DOMString? namespace, DOMString localName) |
HTMLCollection | getElementsByClassName (DOMString classNames) |
Element | getElementById (DOMString elementId) |
Element | createElement (DOMString localName) |
Element | createElementNS (DOMString? namespace, DOMString qualifiedName) |
DocumentFragment | createDocumentFragment () |
Text | createTextNode (DOMString data) |
Comment | createComment (DOMString data) |
ProcessingInstruction | createProcessingInstruction (DOMString target, DOMString data) |
Node | importNode (Node node, optional boolean deep=true) |
Node | adoptNode (Node node) |
Event | createEvent (DOMString interface) |
Range | createRange () |
NodeIterator | createNodeIterator (Node root, optional unsigned long whatToShow=0xFFFFFFFF, optional NodeFilter? filter=null) |
TreeWalker | createTreeWalker (Node root, optional unsigned long whatToShow=0xFFFFFFFF, optional NodeFilter? filter=null) |
void | prepend ((Node or DOMString)... nodes) |
void | append ((Node or DOMString)... nodes) |
HTMLCollection | getElementsByTagName (DOMString localName) |
HTMLCollection | getElementsByTagNameNS (DOMString? namespace, DOMString localName) |
HTMLCollection | getElementsByClassName (DOMString classNames) |
Element | createElement (DOMString localName) |
Element | createElementNS (DOMString? namespace, DOMString qualifiedName) |
DocumentFragment | createDocumentFragment () |
Text | createTextNode (DOMString data) |
Comment | createComment (DOMString data) |
ProcessingInstruction | createProcessingInstruction (DOMString target, DOMString data) |
Node | importNode (Node node, optional boolean deep=false) |
Node | adoptNode (Node node) |
Attr | createAttribute (DOMString localName) |
Attr | createAttributeNS (DOMString? namespace, DOMString name) |
Event | createEvent (DOMString interface) |
Range | createRange () |
NodeIterator | createNodeIterator (Node root, optional unsigned long whatToShow=0xFFFFFFFF, optional NodeFilter? filter=null) |
TreeWalker | createTreeWalker (Node root, optional unsigned long whatToShow=0xFFFFFFFF, optional NodeFilter? filter=null) |
getter | object (DOMString name) |
NodeList | getElementsByName (DOMString elementName) |
NodeList | getItems (optional DOMString typeNames="") |
Document | open (optional DOMString type="text/html", optional DOMString replace="") |
WindowProxy | open (DOMString url, DOMString name, DOMString features, optional boolean replace=false) |
void | close () |
void | write (DOMString... text) |
void | writeln (DOMString... text) |
boolean | hasFocus () |
boolean | execCommand (DOMString commandId, optional boolean showUI=false, optional DOMString value="") |
boolean | queryCommandEnabled (DOMString commandId) |
boolean | queryCommandIndeterm (DOMString commandId) |
boolean | queryCommandState (DOMString commandId) |
boolean | queryCommandSupported (DOMString commandId) |
DOMString | queryCommandValue (DOMString commandId) |
void | clear () |
void | captureEvents () |
void | releaseEvents () |
getter | object (DOMString name) |
NodeList | getElementsByName (DOMString elementName) |
NodeList | getItems (optional DOMString typeNames) |
Document | open (optional DOMString type, optional DOMString replace) |
WindowProxy | open (DOMString url, DOMString name, DOMString features, optional boolean replace) |
void | close () |
void | write (DOMString... text) |
void | writeln (DOMString... text) |
boolean | hasFocus () |
boolean | execCommand (DOMString commandId) |
boolean | execCommand (DOMString commandId, boolean showUI) |
boolean | execCommand (DOMString commandId, boolean showUI, DOMString value) |
boolean | queryCommandEnabled (DOMString commandId) |
boolean | queryCommandIndeterm (DOMString commandId) |
boolean | queryCommandState (DOMString commandId) |
boolean | queryCommandSupported (DOMString commandId) |
DOMString | queryCommandValue (DOMString commandId) |
![]() | |
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) |
Public Attributes | |
readonly attribute DOMImplementation | implementation |
readonly attribute DOMString | URL |
readonly attribute DOMString | documentURI |
readonly attribute DOMString | compatMode |
readonly attribute DOMString | characterSet |
readonly attribute DOMString | contentType |
readonly attribute DocumentType | doctype |
readonly attribute Element | documentElement |
readonly attribute DOMString | origin |
readonly attribute DOMString | inputEncoding |
readonly attribute Location | location |
attribute DOMString | domain |
readonly attribute DOMString | referrer |
attribute DOMString | cookie |
readonly attribute DOMString | lastModified |
readonly attribute DocumentReadyState | readyState |
attribute DOMString | title |
attribute DOMString | dir |
attribute HTMLElement | body |
readonly attribute HTMLHeadElement | head |
readonly attribute HTMLCollection | images |
readonly attribute HTMLCollection | embeds |
readonly attribute HTMLCollection | plugins |
readonly attribute HTMLCollection | links |
readonly attribute HTMLCollection | forms |
readonly attribute HTMLCollection | scripts |
readonly attribute DOMElementMap | cssElementMap |
readonly attribute HTMLScriptElement | currentScript |
readonly attribute WindowProxy | defaultView |
readonly attribute Element | activeElement |
attribute DOMString | designMode |
readonly attribute HTMLCollection | commands |
attribute EventHandler | onreadystatechange |
attribute DOMString | fgColor |
attribute DOMString | linkColor |
attribute DOMString | vlinkColor |
attribute DOMString | alinkColor |
attribute DOMString | bgColor |
readonly attribute HTMLCollection | anchors |
readonly attribute HTMLCollection | applets |
readonly attribute HTMLAllCollection | all |
readonly attribute DOMString | readyState |
attribute EventHandler | onabort |
attribute EventHandler | onblur |
attribute EventHandler | oncancel |
attribute EventHandler | oncanplay |
attribute EventHandler | oncanplaythrough |
attribute EventHandler | onchange |
attribute EventHandler | onclick |
attribute EventHandler | onclose |
attribute EventHandler | oncontextmenu |
attribute EventHandler | oncuechange |
attribute EventHandler | ondblclick |
attribute EventHandler | ondrag |
attribute EventHandler | ondragend |
attribute EventHandler | ondragenter |
attribute EventHandler | ondragleave |
attribute EventHandler | ondragover |
attribute EventHandler | ondragstart |
attribute EventHandler | ondrop |
attribute EventHandler | ondurationchange |
attribute EventHandler | onemptied |
attribute EventHandler | onended |
attribute OnErrorEventHandler | onerror |
attribute EventHandler | onfocus |
attribute EventHandler | oninput |
attribute EventHandler | oninvalid |
attribute EventHandler | onkeydown |
attribute EventHandler | onkeypress |
attribute EventHandler | onkeyup |
attribute EventHandler | onload |
attribute EventHandler | onloadeddata |
attribute EventHandler | onloadedmetadata |
attribute EventHandler | onloadstart |
attribute EventHandler | onmousedown |
attribute EventHandler | onmousemove |
attribute EventHandler | onmouseout |
attribute EventHandler | onmouseover |
attribute EventHandler | onmouseup |
attribute EventHandler | onmousewheel |
attribute EventHandler | onpause |
attribute EventHandler | onplay |
attribute EventHandler | onplaying |
attribute EventHandler | onprogress |
attribute EventHandler | onratechange |
attribute EventHandler | onreset |
attribute EventHandler | onscroll |
attribute EventHandler | onseeked |
attribute EventHandler | onseeking |
attribute EventHandler | onselect |
attribute EventHandler | onshow |
attribute EventHandler | onstalled |
attribute EventHandler | onsubmit |
attribute EventHandler | onsuspend |
attribute EventHandler | ontimeupdate |
attribute EventHandler | onvolumechange |
attribute EventHandler | onwaiting |
![]() | |
const unsigned short | ELEMENT_NODE = 1 |
const unsigned short | ATTRIBUTE_NODE = 2 |
const unsigned short | TEXT_NODE = 3 |
const unsigned short | CDATA_SECTION_NODE = 4 |
const unsigned short | ENTITY_REFERENCE_NODE = 5 |
const unsigned short | ENTITY_NODE = 6 |
const unsigned short | PROCESSING_INSTRUCTION_NODE = 7 |
const unsigned short | COMMENT_NODE = 8 |
const unsigned short | DOCUMENT_NODE = 9 |
const unsigned short | DOCUMENT_TYPE_NODE = 10 |
const unsigned short | DOCUMENT_FRAGMENT_NODE = 11 |
const unsigned short | NOTATION_NODE = 12 |
readonly attribute unsigned short | nodeType |
readonly attribute DOMString | nodeName |
readonly attribute DOMString | baseURI |
readonly attribute Document | ownerDocument |
readonly attribute Node | parentNode |
readonly attribute Element | parentElement |
readonly attribute NodeList | childNodes |
readonly attribute Node | firstChild |
readonly attribute Node | lastChild |
readonly attribute Node | previousSibling |
readonly attribute Node | nextSibling |
attribute DOMString | nodeValue |
attribute DOMString | textContent |
const unsigned short | DOCUMENT_POSITION_DISCONNECTED = 0x01 |
const unsigned short | DOCUMENT_POSITION_PRECEDING = 0x02 |
const unsigned short | DOCUMENT_POSITION_FOLLOWING = 0x04 |
const unsigned short | DOCUMENT_POSITION_CONTAINS = 0x08 |
const unsigned short | DOCUMENT_POSITION_CONTAINED_BY = 0x10 |
const unsigned short | DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20 |
Definition at line 1 of file document.idl.
void Document::append | ( | (Node or DOMString)... | nodes | ) |
void Document::captureEvents | ( | ) |
void Document::clear | ( | ) |
void Document::close | ( | ) |
void Document::close | ( | ) |
Attr Document::createAttribute | ( | DOMString | localName | ) |
Attr Document::createAttributeNS | ( | DOMString? | namespace, |
DOMString | name | ||
) |
Comment Document::createComment | ( | DOMString | data | ) |
Comment Document::createComment | ( | DOMString | data | ) |
DocumentFragment Document::createDocumentFragment | ( | ) |
DocumentFragment Document::createDocumentFragment | ( | ) |
Element Document::createElement | ( | DOMString | localName | ) |
Element Document::createElement | ( | DOMString | localName | ) |
Element Document::createElementNS | ( | DOMString? | namespace, |
DOMString | qualifiedName | ||
) |
Element Document::createElementNS | ( | DOMString? | namespace, |
DOMString | qualifiedName | ||
) |
Event Document::createEvent | ( | DOMString | interface | ) |
Event Document::createEvent | ( | DOMString | interface | ) |
NodeIterator Document::createNodeIterator | ( | Node | root, |
optional unsigned long | whatToShow = 0xFFFFFFFF , |
||
optional NodeFilter? | filter = null |
||
) |
NodeIterator Document::createNodeIterator | ( | Node | root, |
optional unsigned long | whatToShow = 0xFFFFFFFF , |
||
optional NodeFilter? | filter = null |
||
) |
ProcessingInstruction Document::createProcessingInstruction | ( | DOMString | target, |
DOMString | data | ||
) |
ProcessingInstruction Document::createProcessingInstruction | ( | DOMString | target, |
DOMString | data | ||
) |
Range Document::createRange | ( | ) |
Range Document::createRange | ( | ) |
Text Document::createTextNode | ( | DOMString | data | ) |
Text Document::createTextNode | ( | DOMString | data | ) |
TreeWalker Document::createTreeWalker | ( | Node | root, |
optional unsigned long | whatToShow = 0xFFFFFFFF , |
||
optional NodeFilter? | filter = null |
||
) |
TreeWalker Document::createTreeWalker | ( | Node | root, |
optional unsigned long | whatToShow = 0xFFFFFFFF , |
||
optional NodeFilter? | filter = null |
||
) |
boolean Document::execCommand | ( | DOMString | commandId | ) |
boolean Document::execCommand | ( | DOMString | commandId, |
boolean | showUI | ||
) |
boolean Document::execCommand | ( | DOMString | commandId, |
boolean | showUI, | ||
DOMString | value | ||
) |
boolean Document::execCommand | ( | DOMString | commandId, |
optional boolean | showUI = false , |
||
optional DOMString | value = "" |
||
) |
Element Document::getElementById | ( | DOMString | elementId | ) |
HTMLCollection Document::getElementsByClassName | ( | DOMString | classNames | ) |
HTMLCollection Document::getElementsByClassName | ( | DOMString | classNames | ) |
NodeList Document::getElementsByName | ( | DOMString | elementName | ) |
NodeList Document::getElementsByName | ( | DOMString | elementName | ) |
HTMLCollection Document::getElementsByTagName | ( | DOMString | localName | ) |
HTMLCollection Document::getElementsByTagName | ( | DOMString | localName | ) |
HTMLCollection Document::getElementsByTagNameNS | ( | DOMString? | namespace, |
DOMString | localName | ||
) |
HTMLCollection Document::getElementsByTagNameNS | ( | DOMString? | namespace, |
DOMString | localName | ||
) |
NodeList Document::getItems | ( | optional DOMString | typeNames | ) |
NodeList Document::getItems | ( | optional DOMString | typeNames = "" | ) |
boolean Document::hasFocus | ( | ) |
boolean Document::hasFocus | ( | ) |
getter Document::object | ( | DOMString | name | ) |
getter Document::object | ( | DOMString | name | ) |
WindowProxy Document::open | ( | DOMString | url, |
DOMString | name, | ||
DOMString | features, | ||
optional boolean | replace | ||
) |
WindowProxy Document::open | ( | DOMString | url, |
DOMString | name, | ||
DOMString | features, | ||
optional boolean | replace = false |
||
) |
Document Document::open | ( | optional DOMString | type, |
optional DOMString | replace | ||
) |
Document Document::open | ( | optional DOMString | type = "text/html" , |
optional DOMString | replace = "" |
||
) |
void Document::prepend | ( | (Node or DOMString)... | nodes | ) |
boolean Document::queryCommandEnabled | ( | DOMString | commandId | ) |
boolean Document::queryCommandEnabled | ( | DOMString | commandId | ) |
boolean Document::queryCommandIndeterm | ( | DOMString | commandId | ) |
boolean Document::queryCommandIndeterm | ( | DOMString | commandId | ) |
boolean Document::queryCommandState | ( | DOMString | commandId | ) |
boolean Document::queryCommandState | ( | DOMString | commandId | ) |
boolean Document::queryCommandSupported | ( | DOMString | commandId | ) |
boolean Document::queryCommandSupported | ( | DOMString | commandId | ) |
DOMString Document::queryCommandValue | ( | DOMString | commandId | ) |
DOMString Document::queryCommandValue | ( | DOMString | commandId | ) |
void Document::releaseEvents | ( | ) |
void Document::write | ( | DOMString... | text | ) |
void Document::write | ( | DOMString... | text | ) |
void Document::writeln | ( | DOMString... | text | ) |
void Document::writeln | ( | DOMString... | text | ) |
readonly attribute HTMLAllCollection Document::all |
readonly attribute HTMLCollection Document::anchors |
readonly attribute HTMLCollection Document::applets |
attribute HTMLElement Document::body |
readonly attribute DOMString Document::characterSet |
Definition at line 6 of file document.idl.
readonly attribute HTMLCollection Document::commands |
readonly attribute DOMString Document::compatMode |
Definition at line 5 of file document.idl.
readonly attribute DOMString Document::contentType |
Definition at line 7 of file document.idl.
readonly attribute DOMElementMap Document::cssElementMap |
readonly attribute HTMLScriptElement Document::currentScript |
readonly attribute DocumentType Document::doctype |
Definition at line 9 of file document.idl.
readonly attribute Element Document::documentElement |
Definition at line 10 of file document.idl.
readonly attribute DOMString Document::documentURI |
Definition at line 4 of file document.idl.
readonly attribute HTMLCollection Document::embeds |
readonly attribute HTMLCollection Document::forms |
readonly attribute HTMLHeadElement Document::head |
readonly attribute HTMLCollection Document::images |
readonly attribute DOMImplementation Document::implementation |
Definition at line 2 of file document.idl.
readonly attribute HTMLCollection Document::links |
attribute EventHandler Document::onabort |
Definition at line 50 of file htmldocument.idl.
attribute EventHandler Document::onblur |
Definition at line 51 of file htmldocument.idl.
attribute EventHandler Document::oncancel |
Definition at line 52 of file htmldocument.idl.
attribute EventHandler Document::oncanplay |
Definition at line 53 of file htmldocument.idl.
attribute EventHandler Document::oncanplaythrough |
Definition at line 54 of file htmldocument.idl.
attribute EventHandler Document::onchange |
Definition at line 55 of file htmldocument.idl.
attribute EventHandler Document::onclick |
Definition at line 56 of file htmldocument.idl.
attribute EventHandler Document::onclose |
Definition at line 57 of file htmldocument.idl.
attribute EventHandler Document::oncontextmenu |
Definition at line 58 of file htmldocument.idl.
attribute EventHandler Document::oncuechange |
Definition at line 59 of file htmldocument.idl.
attribute EventHandler Document::ondblclick |
Definition at line 60 of file htmldocument.idl.
attribute EventHandler Document::ondrag |
Definition at line 61 of file htmldocument.idl.
attribute EventHandler Document::ondragend |
Definition at line 62 of file htmldocument.idl.
attribute EventHandler Document::ondragenter |
Definition at line 63 of file htmldocument.idl.
attribute EventHandler Document::ondragleave |
Definition at line 64 of file htmldocument.idl.
attribute EventHandler Document::ondragover |
Definition at line 65 of file htmldocument.idl.
attribute EventHandler Document::ondragstart |
Definition at line 66 of file htmldocument.idl.
attribute EventHandler Document::ondrop |
Definition at line 67 of file htmldocument.idl.
attribute EventHandler Document::ondurationchange |
Definition at line 68 of file htmldocument.idl.
attribute EventHandler Document::onemptied |
Definition at line 69 of file htmldocument.idl.
attribute EventHandler Document::onended |
Definition at line 70 of file htmldocument.idl.
attribute OnErrorEventHandler Document::onerror |
Definition at line 71 of file htmldocument.idl.
attribute EventHandler Document::onfocus |
Definition at line 72 of file htmldocument.idl.
attribute EventHandler Document::oninput |
Definition at line 73 of file htmldocument.idl.
attribute EventHandler Document::oninvalid |
Definition at line 74 of file htmldocument.idl.
attribute EventHandler Document::onkeydown |
Definition at line 75 of file htmldocument.idl.
attribute EventHandler Document::onkeypress |
Definition at line 76 of file htmldocument.idl.
attribute EventHandler Document::onkeyup |
Definition at line 77 of file htmldocument.idl.
attribute EventHandler Document::onload |
Definition at line 78 of file htmldocument.idl.
attribute EventHandler Document::onloadeddata |
Definition at line 79 of file htmldocument.idl.
attribute EventHandler Document::onloadedmetadata |
Definition at line 80 of file htmldocument.idl.
attribute EventHandler Document::onloadstart |
Definition at line 81 of file htmldocument.idl.
attribute EventHandler Document::onmousedown |
Definition at line 82 of file htmldocument.idl.
attribute EventHandler Document::onmousemove |
Definition at line 83 of file htmldocument.idl.
attribute EventHandler Document::onmouseout |
Definition at line 84 of file htmldocument.idl.
attribute EventHandler Document::onmouseover |
Definition at line 85 of file htmldocument.idl.
attribute EventHandler Document::onmouseup |
Definition at line 86 of file htmldocument.idl.
attribute EventHandler Document::onmousewheel |
Definition at line 87 of file htmldocument.idl.
attribute EventHandler Document::onpause |
Definition at line 88 of file htmldocument.idl.
attribute EventHandler Document::onplay |
Definition at line 89 of file htmldocument.idl.
attribute EventHandler Document::onplaying |
Definition at line 90 of file htmldocument.idl.
attribute EventHandler Document::onprogress |
Definition at line 91 of file htmldocument.idl.
attribute EventHandler Document::onratechange |
Definition at line 92 of file htmldocument.idl.
attribute EventHandler Document::onreadystatechange |
attribute EventHandler Document::onreset |
Definition at line 93 of file htmldocument.idl.
attribute EventHandler Document::onscroll |
Definition at line 94 of file htmldocument.idl.
attribute EventHandler Document::onseeked |
Definition at line 95 of file htmldocument.idl.
attribute EventHandler Document::onseeking |
Definition at line 96 of file htmldocument.idl.
attribute EventHandler Document::onselect |
Definition at line 97 of file htmldocument.idl.
attribute EventHandler Document::onshow |
Definition at line 98 of file htmldocument.idl.
attribute EventHandler Document::onstalled |
Definition at line 99 of file htmldocument.idl.
attribute EventHandler Document::onsubmit |
Definition at line 100 of file htmldocument.idl.
attribute EventHandler Document::onsuspend |
Definition at line 101 of file htmldocument.idl.
attribute EventHandler Document::ontimeupdate |
Definition at line 102 of file htmldocument.idl.
attribute EventHandler Document::onvolumechange |
Definition at line 103 of file htmldocument.idl.
attribute EventHandler Document::onwaiting |
Definition at line 104 of file htmldocument.idl.
readonly attribute HTMLCollection Document::plugins |
readonly attribute DocumentReadyState Document::readyState |
readonly attribute DOMString Document::readyState |
Definition at line 9 of file htmldocument.idl.
readonly attribute HTMLCollection Document::scripts |
readonly attribute DOMString Document::URL |
Definition at line 3 of file document.idl.