org.kde.koala

Class HTMLTitleElement

public class HTMLTitleElement extends HTMLElement

The document title. See the TITLE element definition in HTML 4.0.

UNKNOWN: The document title.

Constructor Summary
protected HTMLTitleElement(Class dummy)
HTMLTitleElement()
HTMLTitleElement(HTMLTitleElement other)
HTMLTitleElement(Node other)
Method Summary
voidsetText(String arg1)
see text
Stringtext()
The specified title as a string.

Constructor Detail

HTMLTitleElement

protected HTMLTitleElement(Class dummy)

HTMLTitleElement

public HTMLTitleElement()

HTMLTitleElement

public HTMLTitleElement(HTMLTitleElement other)

HTMLTitleElement

public HTMLTitleElement(Node other)

Method Detail

setText

public void setText(String arg1)
see text

UNKNOWN: see text

text

public String text()
The specified title as a string.

UNKNOWN: The specified title as a string.