|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
HTMLElement
public HTMLElement
All HTML element interfaces derive from this class.
Elements that only expose the HTML core attributes are represented by the base HTMLElement interface.
These elements are as follows:
| Field Summary | |
|---|---|
String |
className
The class attribute of the element. |
String |
dir
Specifies the base direction of directionally neutral text and the directionality of tables. |
String |
id
The element's identifier. |
String |
lang
Language code defined in RFC 1766. |
| Fields inherited from class Element |
|---|
tagName |
| Fields inherited from class Node |
|---|
childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, previousSibling |
| Method Summary |
|---|
| Methods inherited from class Element |
|---|
getAttribute, getElementsByTagName, removeAttribute, setAttribute |
| Methods inherited from class Node |
|---|
appendChild, hasChildNodes, insertBefore, removeChild, replaceChild |
| Field Detail |
|---|
String id
String dir
String className
String lang
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||