HTMLElement Interface Reference

import "HTMLElement.idl";

Inherited by HTMLAnchorElement, HTMLAppletElement, HTMLAreaElement, HTMLBaseElement, HTMLBaseFontElement, HTMLBlockquoteElement, HTMLBodyElement, HTMLBRElement, HTMLButtonElement, HTMLCanvasElement, HTMLDirectoryElement, HTMLDivElement, HTMLDListElement, HTMLEmbedElement, HTMLFieldSetElement, HTMLFontElement, HTMLFormElement, HTMLFrameElement, HTMLFrameSetElement, HTMLHeadElement, HTMLHeadingElement, HTMLHRElement, HTMLHtmlElement, HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLLabelElement, HTMLLegendElement, HTMLLIElement, HTMLLinkElement, HTMLMapElement, HTMLMenuElement, HTMLMetaElement, HTMLModElement, HTMLObjectElement, HTMLOListElement, HTMLOptGroupElement, HTMLOptionElement, HTMLParagraphElement, HTMLParamElement, HTMLPreElement, HTMLQuoteElement, HTMLScriptElement, HTMLSelectElement, HTMLStyleElement, HTMLTableCaptionElement, HTMLTableCellElement, HTMLTableColElement, HTMLTableElement, HTMLTableRowElement, HTMLTableSectionElement, HTMLTextAreaElement, HTMLTitleElement, and HTMLUListElement.

Inheritance diagram for HTMLElement:

Inheritance graph
[legend]
Collaboration diagram for HTMLElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

attribute DOMString innerHTML
setter 
raises (DOMException)
attribute DOMString innerText
setter 
raises (DOMException)
attribute DOMString outerHTML
setter 
raises (DOMException)
attribute DOMString outerText
setter 
raises (DOMException)

Public Attributes

attribute DOMString title
attribute DOMString id
attribute DOMString lang
attribute DOMString dir
attribute DOMString className
readonly attribute HTMLCollection children
attribute DOMString contentEditable
readonly attribute boolean isContentEditable
readonly attribute DOMString titleDisplayString

Detailed Description

Definition at line 23 of file HTMLElement.idl.


Member Function Documentation

attribute DOMString innerHTML setter raises ( DOMException   ) 

Implemented in HTMLSelectElement.

attribute DOMString innerText setter raises ( DOMException   ) 

Implemented in HTMLSelectElement.

attribute DOMString outerHTML setter raises ( DOMException   ) 

Implemented in HTMLSelectElement.

attribute DOMString outerText setter raises ( DOMException   ) 

Implemented in HTMLSelectElement.


Member Data Documentation

attribute DOMString title

Definition at line 24 of file HTMLElement.idl.

attribute DOMString id

Definition at line 27 of file HTMLElement.idl.

attribute DOMString lang

Definition at line 28 of file HTMLElement.idl.

attribute DOMString dir

Definition at line 29 of file HTMLElement.idl.

attribute DOMString className

Definition at line 30 of file HTMLElement.idl.

readonly attribute HTMLCollection children

Definition at line 43 of file HTMLElement.idl.

attribute DOMString contentEditable

Definition at line 45 of file HTMLElement.idl.

readonly attribute boolean isContentEditable

Definition at line 46 of file HTMLElement.idl.

readonly attribute DOMString titleDisplayString

Definition at line 48 of file HTMLElement.idl.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:12:55 2007 for Web Kit DOM by  doxygen 1.5.1