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:


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 |
Definition at line 23 of file HTMLElement.idl.
| 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.
| 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.
1.5.1