The nsIDOMHTMLDocument interface is the interface to a [X]HTML document object. For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/ @status FROZEN
[scriptable, uuid(a6cf9084-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLDocument : nsIDOMDocument
Attributes
readonly attribute
nsIDOMHTMLCollection
anchors
readonly attribute
nsIDOMHTMLCollection
applets
attribute
nsIDOMHTMLElement
body
attribute
DOMString
cookie
[noscript]
readonly attribute
DOMString
domain
readonly attribute
nsIDOMHTMLCollection
forms
readonly attribute
nsIDOMHTMLCollection
images
readonly attribute
nsIDOMHTMLCollection
links
readonly attribute
DOMString
referrer
attribute
DOMString
title
readonly attribute
DOMString
URL
Methods
void
close()
nsIDOMNodeList
getElementsByName(in DOMString elementName)
[noscript]
void
open()
[noscript]
void
write(in DOMString text)
[noscript]
void
writeln(in DOMString text)
Compare to: