WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMHTMLElement

IID:a6cf9085-15b3-11d2-932e-00805f8add32
Inherits From:nsIDOMElement

This interface is implemented by the following components:


Properties

DOMString className

DOMString dir

DOMString id

The nsIDOMHTMLElement interface is the primary [X]HTML element interface. It represents a single [X]HTML element in the document tree.

For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/

DOMString lang

DOMString title


References

This interface is the type of the following properties:

nsIDOMHTMLDocument.body

This interface is passed as an argument to the following methods:

nsIDOMCanvasRenderingContext2D.createPattern, nsIDOMHTMLSelectElement.add

This interface is returned from the following methods:

nsIDOMHTMLTableElement.createCaption, nsIDOMHTMLTableElement.createTFoot, nsIDOMHTMLTableElement.createTHead, nsIDOMHTMLTableElement.insertRow, nsIDOMHTMLTableRowElement.insertCell, nsIDOMHTMLTableSectionElement.insertRow

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com