public interface

HTMLHeadElement

implements HTMLElement
org.w3c.dom.html.HTMLHeadElement

Class Overview

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

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getProfile()
URI designating a metadata profile.
abstract void setProfile(String profile)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getProfile ()

URI designating a metadata profile. See the profile attribute definition in HTML 4.0.

public abstract void setProfile (String profile)