org.kde.koala
public class HTMLElement extends Element
HTMLElement interface. These elements are as
follows:
\li HEAD
style attribute for this
interface is reserved for future usage.UNKNOWN: All HTML element interfaces derive from this class.
| Constructor Summary | |
|---|---|
| protected | HTMLElement(Class dummy) |
| HTMLElement() | |
| HTMLElement(HTMLElement other) | |
| HTMLElement(Node other) | |
| Method Summary | |
|---|---|
| void | addCSSProperty(String property, String value) |
| HTMLCollection | all()
Retrieves a collection of all nodes that descend from this node.
|
| protected void | assignOther(Node other, int elementId) |
| HTMLCollection | children()
Retrieves a collection of nodes that are direct descendants of this node.
|
| 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 | innerHTML()
The HTML code contained in this element.
|
| String | innerText()
The text contained in this element.
|
| String | lang()
Language code defined in RFC 1766. |
| void | removeCSSProperty(String property) |
| void | setClassName(String arg1)
see className |
| void | setDir(String arg1)
see dir |
| void | setId(String arg1)
see id |
| void | setInnerHTML(String html)
Set the HTML content of this node. |
| void | setInnerText(String text)
Set the text content of this node. |
| void | setLang(String arg1)
see lang |
| void | setTitle(String arg1)
see title |
| String | title()
The element's advisory title. |
UNKNOWN: Retrieves a collection of all nodes that descend from this node.
UNKNOWN: Retrieves a collection of nodes that are direct descendants of this node.
UNKNOWN: The class attribute of the element.
UNKNOWN: Specifies the base direction of directionally neutral text and the directionality of tables.
UNKNOWN: The element's identifier.
UNKNOWN: The HTML code contained in this element.
UNKNOWN: The text contained in this element.
UNKNOWN: Language code defined in RFC 1766.
UNKNOWN: see className
UNKNOWN: see dir
UNKNOWN: see id
UNKNOWN: Set the HTML content of this node.
UNKNOWN: Set the text content of this node.
UNKNOWN: see lang
UNKNOWN: see title
UNKNOWN: The element's advisory title.