org.w3c.dom.html
public interface HTMLElement extends Element
HTMLElement interface. These elements are as follows:HEAD
special: SUB, SUP, SPAN, BDOfont: TT, I, B, U, S, STRIKE, BIG, SMALL
phrase: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ACRONYM, ABBRlist:
DD, DTNOFRAMES, NOSCRIPTADDRESS, CENTER
Note. The style attribute for thisinterface is reserved for
future usage.
| Method Summary | |
|---|---|
| String | getClassName()
The class attribute of the element. |
| String | getDir()
Specifies the base direction of directionally neutraltext and the
directionality of tables. |
| String | getId()
The element's identifier. |
| String | getLang()
Language code defined in RFC 1766. |
| String | getTitle()
The element's advisory title. |
| void | setClassName(String className) |
| void | setDir(String dir) |
| void | setId(String id) |
| void | setLang(String lang) |
| void | setTitle(String title) |