org.kde.koala

Class HTMLHtmlElement

public class HTMLHtmlElement extends HTMLElement

Root of an HTML document. See the HTML element definition in HTML 4.0.

UNKNOWN: Root of an HTML document.

Constructor Summary
protected HTMLHtmlElement(Class dummy)
HTMLHtmlElement()
HTMLHtmlElement(HTMLHtmlElement other)
HTMLHtmlElement(Node other)
Method Summary
voidsetVersion(String arg1)
see version
Stringversion()
Version information about the document's DTD.

Constructor Detail

HTMLHtmlElement

protected HTMLHtmlElement(Class dummy)

HTMLHtmlElement

public HTMLHtmlElement()

HTMLHtmlElement

public HTMLHtmlElement(HTMLHtmlElement other)

HTMLHtmlElement

public HTMLHtmlElement(Node other)

Method Detail

setVersion

public void setVersion(String arg1)
see version

UNKNOWN: see version

version

public String version()
Version information about the document's DTD. See the version attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Version information about the document's DTD.