org.kde.koala

Class HTMLHeadElement

public class HTMLHeadElement extends HTMLElement

Document head information. See the HEAD element definition in HTML 4.0.

UNKNOWN: Document head information.

Constructor Summary
protected HTMLHeadElement(Class dummy)
HTMLHeadElement()
HTMLHeadElement(HTMLHeadElement other)
HTMLHeadElement(Node other)
Method Summary
Stringprofile()
URI designating a metadata profile.
voidsetProfile(String arg1)
see profile

Constructor Detail

HTMLHeadElement

protected HTMLHeadElement(Class dummy)

HTMLHeadElement

public HTMLHeadElement()

HTMLHeadElement

public HTMLHeadElement(HTMLHeadElement other)

HTMLHeadElement

public HTMLHeadElement(Node other)

Method Detail

profile

public String profile()
URI designating a metadata profile. See the profile attribute definition in HTML 4.0.

UNKNOWN: URI designating a metadata profile.

setProfile

public void setProfile(String arg1)
see profile

UNKNOWN: see profile