public interface

HTMLMetaElement

implements HTMLElement
org.w3c.dom.html.HTMLMetaElement

Class Overview

This contains generic meta-information about the document. See the META 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 getContent()
Associated information.
abstract String getHttpEquiv()
HTTP response header name.
abstract String getName()
Meta information name.
abstract String getScheme()
Select form of content.
abstract void setContent(String content)
abstract void setHttpEquiv(String httpEquiv)
abstract void setName(String name)
abstract void setScheme(String scheme)
[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 getContent ()

Associated information. See the content attribute definition in HTML 4.0.

public abstract String getHttpEquiv ()

HTTP response header name. See the http-equiv attribute definition in HTML 4.0.

public abstract String getName ()

Meta information name. See the name attribute definition in HTML 4.0.

public abstract String getScheme ()

Select form of content. See the scheme attribute definition in HTML 4.0.

public abstract void setContent (String content)

public abstract void setHttpEquiv (String httpEquiv)

public abstract void setName (String name)

public abstract void setScheme (String scheme)