nsgenbind
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
Document Interface Reference

import"document.idl";

Inheritance diagram for Document:
Node Node EventTarget EventTarget EventTarget EventTarget XMLDocument

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)
 
- Public Member Functions inherited from Node
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)
 
- Public Member Functions inherited from EventTarget
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
 
- Public Attributes inherited from Node
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
 

Detailed Description

Definition at line 1 of file document.idl.

Member Function Documentation

◆ adoptNode() [1/2]

Node Document::adoptNode ( Node  node)

◆ adoptNode() [2/2]

Node Document::adoptNode ( Node  node)

◆ append()

void Document::append ( (Node or DOMString)...  nodes)

◆ captureEvents()

void Document::captureEvents ( )

◆ clear()

void Document::clear ( )

◆ close() [1/2]

void Document::close ( )

◆ close() [2/2]

void Document::close ( )

◆ createAttribute()

Attr Document::createAttribute ( DOMString  localName)

◆ createAttributeNS()

Attr Document::createAttributeNS ( DOMString?  namespace,
DOMString  name 
)

◆ createComment() [1/2]

Comment Document::createComment ( DOMString  data)

◆ createComment() [2/2]

Comment Document::createComment ( DOMString  data)

◆ createDocumentFragment() [1/2]

DocumentFragment Document::createDocumentFragment ( )

◆ createDocumentFragment() [2/2]

DocumentFragment Document::createDocumentFragment ( )

◆ createElement() [1/2]

Element Document::createElement ( DOMString  localName)

◆ createElement() [2/2]

Element Document::createElement ( DOMString  localName)

◆ createElementNS() [1/2]

Element Document::createElementNS ( DOMString?  namespace,
DOMString  qualifiedName 
)

◆ createElementNS() [2/2]

Element Document::createElementNS ( DOMString?  namespace,
DOMString  qualifiedName 
)

◆ createEvent() [1/2]

Event Document::createEvent ( DOMString  interface)

◆ createEvent() [2/2]

Event Document::createEvent ( DOMString  interface)

◆ createNodeIterator() [1/2]

NodeIterator Document::createNodeIterator ( Node  root,
optional unsigned long  whatToShow = 0xFFFFFFFF,
optional NodeFilter filter = null 
)

◆ createNodeIterator() [2/2]

NodeIterator Document::createNodeIterator ( Node  root,
optional unsigned long  whatToShow = 0xFFFFFFFF,
optional NodeFilter filter = null 
)

◆ createProcessingInstruction() [1/2]

ProcessingInstruction Document::createProcessingInstruction ( DOMString  target,
DOMString  data 
)

◆ createProcessingInstruction() [2/2]

ProcessingInstruction Document::createProcessingInstruction ( DOMString  target,
DOMString  data 
)

◆ createRange() [1/2]

Range Document::createRange ( )

◆ createRange() [2/2]

Range Document::createRange ( )

◆ createTextNode() [1/2]

Text Document::createTextNode ( DOMString  data)

◆ createTextNode() [2/2]

Text Document::createTextNode ( DOMString  data)

◆ createTreeWalker() [1/2]

TreeWalker Document::createTreeWalker ( Node  root,
optional unsigned long  whatToShow = 0xFFFFFFFF,
optional NodeFilter filter = null 
)

◆ createTreeWalker() [2/2]

TreeWalker Document::createTreeWalker ( Node  root,
optional unsigned long  whatToShow = 0xFFFFFFFF,
optional NodeFilter filter = null 
)

◆ execCommand() [1/4]

boolean Document::execCommand ( DOMString  commandId)

◆ execCommand() [2/4]

boolean Document::execCommand ( DOMString  commandId,
boolean  showUI 
)

◆ execCommand() [3/4]

boolean Document::execCommand ( DOMString  commandId,
boolean  showUI,
DOMString  value 
)

◆ execCommand() [4/4]

boolean Document::execCommand ( DOMString  commandId,
optional boolean  showUI = false,
optional DOMString  value = "" 
)

◆ getElementById()

Element Document::getElementById ( DOMString  elementId)

◆ getElementsByClassName() [1/2]

HTMLCollection Document::getElementsByClassName ( DOMString  classNames)

◆ getElementsByClassName() [2/2]

HTMLCollection Document::getElementsByClassName ( DOMString  classNames)

◆ getElementsByName() [1/2]

NodeList Document::getElementsByName ( DOMString  elementName)

◆ getElementsByName() [2/2]

NodeList Document::getElementsByName ( DOMString  elementName)

◆ getElementsByTagName() [1/2]

HTMLCollection Document::getElementsByTagName ( DOMString  localName)

◆ getElementsByTagName() [2/2]

HTMLCollection Document::getElementsByTagName ( DOMString  localName)

◆ getElementsByTagNameNS() [1/2]

HTMLCollection Document::getElementsByTagNameNS ( DOMString?  namespace,
DOMString  localName 
)

◆ getElementsByTagNameNS() [2/2]

HTMLCollection Document::getElementsByTagNameNS ( DOMString?  namespace,
DOMString  localName 
)

◆ getItems() [1/2]

NodeList Document::getItems ( optional DOMString  typeNames)

◆ getItems() [2/2]

NodeList Document::getItems ( optional DOMString  typeNames = "")

◆ hasFocus() [1/2]

boolean Document::hasFocus ( )

◆ hasFocus() [2/2]

boolean Document::hasFocus ( )

◆ importNode() [1/2]

Node Document::importNode ( Node  node,
optional boolean  deep = false 
)

◆ importNode() [2/2]

Node Document::importNode ( Node  node,
optional boolean  deep = true 
)

◆ object() [1/2]

getter Document::object ( DOMString  name)

◆ object() [2/2]

getter Document::object ( DOMString  name)

◆ open() [1/4]

WindowProxy Document::open ( DOMString  url,
DOMString  name,
DOMString  features,
optional boolean  replace 
)

◆ open() [2/4]

WindowProxy Document::open ( DOMString  url,
DOMString  name,
DOMString  features,
optional boolean  replace = false 
)

◆ open() [3/4]

Document Document::open ( optional DOMString  type,
optional DOMString  replace 
)

◆ open() [4/4]

Document Document::open ( optional DOMString  type = "text/html",
optional DOMString  replace = "" 
)

◆ prepend()

void Document::prepend ( (Node or DOMString)...  nodes)

◆ queryCommandEnabled() [1/2]

boolean Document::queryCommandEnabled ( DOMString  commandId)

◆ queryCommandEnabled() [2/2]

boolean Document::queryCommandEnabled ( DOMString  commandId)

◆ queryCommandIndeterm() [1/2]

boolean Document::queryCommandIndeterm ( DOMString  commandId)

◆ queryCommandIndeterm() [2/2]

boolean Document::queryCommandIndeterm ( DOMString  commandId)

◆ queryCommandState() [1/2]

boolean Document::queryCommandState ( DOMString  commandId)

◆ queryCommandState() [2/2]

boolean Document::queryCommandState ( DOMString  commandId)

◆ queryCommandSupported() [1/2]

boolean Document::queryCommandSupported ( DOMString  commandId)

◆ queryCommandSupported() [2/2]

boolean Document::queryCommandSupported ( DOMString  commandId)

◆ queryCommandValue() [1/2]

DOMString Document::queryCommandValue ( DOMString  commandId)

◆ queryCommandValue() [2/2]

DOMString Document::queryCommandValue ( DOMString  commandId)

◆ releaseEvents()

void Document::releaseEvents ( )

◆ write() [1/2]

void Document::write ( DOMString...  text)

◆ write() [2/2]

void Document::write ( DOMString...  text)

◆ writeln() [1/2]

void Document::writeln ( DOMString...  text)

◆ writeln() [2/2]

void Document::writeln ( DOMString...  text)

Member Data Documentation

◆ activeElement

readonly attribute Element Document::activeElement

Definition at line 105 of file html.idl.

◆ alinkColor

attribute DOMString Document::alinkColor

Definition at line 2288 of file html.idl.

◆ all

readonly attribute HTMLAllCollection Document::all

Definition at line 2298 of file html.idl.

◆ anchors

readonly attribute HTMLCollection Document::anchors

Definition at line 2291 of file html.idl.

◆ applets

readonly attribute HTMLCollection Document::applets

Definition at line 2292 of file html.idl.

◆ bgColor

attribute DOMString Document::bgColor

Definition at line 2289 of file html.idl.

◆ body

attribute HTMLElement Document::body

Definition at line 83 of file html.idl.

◆ characterSet

readonly attribute DOMString Document::characterSet

Definition at line 6 of file document.idl.

◆ commands

readonly attribute HTMLCollection Document::commands

Definition at line 114 of file html.idl.

◆ compatMode

readonly attribute DOMString Document::compatMode

Definition at line 5 of file document.idl.

◆ contentType

readonly attribute DOMString Document::contentType

Definition at line 7 of file document.idl.

◆ cookie

attribute DOMString Document::cookie

Definition at line 75 of file html.idl.

◆ cssElementMap

readonly attribute DOMElementMap Document::cssElementMap

Definition at line 93 of file html.idl.

◆ currentScript

readonly attribute HTMLScriptElement Document::currentScript

Definition at line 94 of file html.idl.

◆ defaultView

readonly attribute WindowProxy Document::defaultView

Definition at line 104 of file html.idl.

◆ designMode

attribute DOMString Document::designMode

Definition at line 107 of file html.idl.

◆ dir

attribute DOMString Document::dir

Definition at line 82 of file html.idl.

◆ doctype

readonly attribute DocumentType Document::doctype

Definition at line 9 of file document.idl.

◆ documentElement

readonly attribute Element Document::documentElement

Definition at line 10 of file document.idl.

◆ documentURI

readonly attribute DOMString Document::documentURI

Definition at line 4 of file document.idl.

◆ domain

attribute DOMString Document::domain

Definition at line 73 of file html.idl.

◆ embeds

readonly attribute HTMLCollection Document::embeds

Definition at line 86 of file html.idl.

◆ fgColor

attribute DOMString Document::fgColor

Definition at line 2285 of file html.idl.

◆ forms

readonly attribute HTMLCollection Document::forms

Definition at line 89 of file html.idl.

◆ head

readonly attribute HTMLHeadElement Document::head

Definition at line 84 of file html.idl.

◆ images

readonly attribute HTMLCollection Document::images

Definition at line 85 of file html.idl.

◆ implementation

readonly attribute DOMImplementation Document::implementation

Definition at line 2 of file document.idl.

◆ inputEncoding

readonly attribute DOMString Document::inputEncoding

Definition at line 225 of file dom.idl.

◆ lastModified

readonly attribute DOMString Document::lastModified

Definition at line 76 of file html.idl.

◆ linkColor

attribute DOMString Document::linkColor

Definition at line 2286 of file html.idl.

◆ links

readonly attribute HTMLCollection Document::links

Definition at line 88 of file html.idl.

◆ location

readonly attribute Location Document::location

Definition at line 72 of file html.idl.

◆ onabort

attribute EventHandler Document::onabort

Definition at line 50 of file htmldocument.idl.

◆ onblur

attribute EventHandler Document::onblur

Definition at line 51 of file htmldocument.idl.

◆ oncancel

attribute EventHandler Document::oncancel

Definition at line 52 of file htmldocument.idl.

◆ oncanplay

attribute EventHandler Document::oncanplay

Definition at line 53 of file htmldocument.idl.

◆ oncanplaythrough

attribute EventHandler Document::oncanplaythrough

Definition at line 54 of file htmldocument.idl.

◆ onchange

attribute EventHandler Document::onchange

Definition at line 55 of file htmldocument.idl.

◆ onclick

attribute EventHandler Document::onclick

Definition at line 56 of file htmldocument.idl.

◆ onclose

attribute EventHandler Document::onclose

Definition at line 57 of file htmldocument.idl.

◆ oncontextmenu

attribute EventHandler Document::oncontextmenu

Definition at line 58 of file htmldocument.idl.

◆ oncuechange

attribute EventHandler Document::oncuechange

Definition at line 59 of file htmldocument.idl.

◆ ondblclick

attribute EventHandler Document::ondblclick

Definition at line 60 of file htmldocument.idl.

◆ ondrag

attribute EventHandler Document::ondrag

Definition at line 61 of file htmldocument.idl.

◆ ondragend

attribute EventHandler Document::ondragend

Definition at line 62 of file htmldocument.idl.

◆ ondragenter

attribute EventHandler Document::ondragenter

Definition at line 63 of file htmldocument.idl.

◆ ondragleave

attribute EventHandler Document::ondragleave

Definition at line 64 of file htmldocument.idl.

◆ ondragover

attribute EventHandler Document::ondragover

Definition at line 65 of file htmldocument.idl.

◆ ondragstart

attribute EventHandler Document::ondragstart

Definition at line 66 of file htmldocument.idl.

◆ ondrop

attribute EventHandler Document::ondrop

Definition at line 67 of file htmldocument.idl.

◆ ondurationchange

attribute EventHandler Document::ondurationchange

Definition at line 68 of file htmldocument.idl.

◆ onemptied

attribute EventHandler Document::onemptied

Definition at line 69 of file htmldocument.idl.

◆ onended

attribute EventHandler Document::onended

Definition at line 70 of file htmldocument.idl.

◆ onerror

attribute OnErrorEventHandler Document::onerror

Definition at line 71 of file htmldocument.idl.

◆ onfocus

attribute EventHandler Document::onfocus

Definition at line 72 of file htmldocument.idl.

◆ oninput

attribute EventHandler Document::oninput

Definition at line 73 of file htmldocument.idl.

◆ oninvalid

attribute EventHandler Document::oninvalid

Definition at line 74 of file htmldocument.idl.

◆ onkeydown

attribute EventHandler Document::onkeydown

Definition at line 75 of file htmldocument.idl.

◆ onkeypress

attribute EventHandler Document::onkeypress

Definition at line 76 of file htmldocument.idl.

◆ onkeyup

attribute EventHandler Document::onkeyup

Definition at line 77 of file htmldocument.idl.

◆ onload

attribute EventHandler Document::onload

Definition at line 78 of file htmldocument.idl.

◆ onloadeddata

attribute EventHandler Document::onloadeddata

Definition at line 79 of file htmldocument.idl.

◆ onloadedmetadata

attribute EventHandler Document::onloadedmetadata

Definition at line 80 of file htmldocument.idl.

◆ onloadstart

attribute EventHandler Document::onloadstart

Definition at line 81 of file htmldocument.idl.

◆ onmousedown

attribute EventHandler Document::onmousedown

Definition at line 82 of file htmldocument.idl.

◆ onmousemove

attribute EventHandler Document::onmousemove

Definition at line 83 of file htmldocument.idl.

◆ onmouseout

attribute EventHandler Document::onmouseout

Definition at line 84 of file htmldocument.idl.

◆ onmouseover

attribute EventHandler Document::onmouseover

Definition at line 85 of file htmldocument.idl.

◆ onmouseup

attribute EventHandler Document::onmouseup

Definition at line 86 of file htmldocument.idl.

◆ onmousewheel

attribute EventHandler Document::onmousewheel

Definition at line 87 of file htmldocument.idl.

◆ onpause

attribute EventHandler Document::onpause

Definition at line 88 of file htmldocument.idl.

◆ onplay

attribute EventHandler Document::onplay

Definition at line 89 of file htmldocument.idl.

◆ onplaying

attribute EventHandler Document::onplaying

Definition at line 90 of file htmldocument.idl.

◆ onprogress

attribute EventHandler Document::onprogress

Definition at line 91 of file htmldocument.idl.

◆ onratechange

attribute EventHandler Document::onratechange

Definition at line 92 of file htmldocument.idl.

◆ onreadystatechange

attribute EventHandler Document::onreadystatechange

Definition at line 117 of file html.idl.

◆ onreset

attribute EventHandler Document::onreset

Definition at line 93 of file htmldocument.idl.

◆ onscroll

attribute EventHandler Document::onscroll

Definition at line 94 of file htmldocument.idl.

◆ onseeked

attribute EventHandler Document::onseeked

Definition at line 95 of file htmldocument.idl.

◆ onseeking

attribute EventHandler Document::onseeking

Definition at line 96 of file htmldocument.idl.

◆ onselect

attribute EventHandler Document::onselect

Definition at line 97 of file htmldocument.idl.

◆ onshow

attribute EventHandler Document::onshow

Definition at line 98 of file htmldocument.idl.

◆ onstalled

attribute EventHandler Document::onstalled

Definition at line 99 of file htmldocument.idl.

◆ onsubmit

attribute EventHandler Document::onsubmit

Definition at line 100 of file htmldocument.idl.

◆ onsuspend

attribute EventHandler Document::onsuspend

Definition at line 101 of file htmldocument.idl.

◆ ontimeupdate

attribute EventHandler Document::ontimeupdate

Definition at line 102 of file htmldocument.idl.

◆ onvolumechange

attribute EventHandler Document::onvolumechange

Definition at line 103 of file htmldocument.idl.

◆ onwaiting

attribute EventHandler Document::onwaiting

Definition at line 104 of file htmldocument.idl.

◆ origin

readonly attribute DOMString Document::origin

Definition at line 222 of file dom.idl.

◆ plugins

readonly attribute HTMLCollection Document::plugins

Definition at line 87 of file html.idl.

◆ readyState [1/2]

readonly attribute DocumentReadyState Document::readyState

Definition at line 77 of file html.idl.

◆ readyState [2/2]

readonly attribute DOMString Document::readyState

Definition at line 9 of file htmldocument.idl.

◆ referrer

readonly attribute DOMString Document::referrer

Definition at line 74 of file html.idl.

◆ scripts

readonly attribute HTMLCollection Document::scripts

Definition at line 90 of file html.idl.

◆ title

attribute DOMString Document::title

Definition at line 81 of file html.idl.

◆ URL

readonly attribute DOMString Document::URL

Definition at line 3 of file document.idl.

◆ vlinkColor

attribute DOMString Document::vlinkColor

Definition at line 2287 of file html.idl.


The documentation for this interface was generated from the following files: