Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLHeadElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

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

See also the Document Object Model (DOM) Level 2 Specification.
Method from org.w3c.dom.html.HTMLHeadElement Summary:
getProfile,   setProfile
Method from org.w3c.dom.html.HTMLHeadElement Detail:
 public String getProfile()
    URI designating a metadata profile. See the profile attribute definition in HTML 4.0.
 public  void setProfile(String profile)