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.


Method Index

 o getProfile()
URI designating a metadata profile.
 o setProfile(String)

Methods

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

 o setProfile
 public abstract void setProfile(String profile)

All Packages  Class Hierarchy  This Package  Previous  Next  Index