All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.html.HTMLHeadElement
- public interface HTMLHeadElement
- extends HTMLElement
Document head information. See the HEAD element definition in HTML 4.0.
-
getProfile()
- URI designating a metadata profile.
-
setProfile(String)
-
getProfile
public abstract String getProfile()
- URI designating a metadata profile. See the profile attribute definition in HTML 4.0.
setProfile
public abstract void setProfile(String profile)
All Packages Class Hierarchy This Package Previous Next Index