org.w3c.dom.html

Interface HTMLHeadElement

public interface HTMLHeadElement extends HTMLElement

Document head information. See the HEAD element definition in HTML 4.0.
Method Summary
StringgetProfile()
URI designating a metadata profile.
voidsetProfile(String profile)

Method Detail

getProfile

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

setProfile

public void setProfile(String profile)