org.w3c.dom.html

Interface HTMLMetaElement

public interface HTMLMetaElement extends HTMLElement

This contains generic meta-information about the document. See the META element definition in HTML 4.0.
Method Summary
StringgetContent()
Associated information.
StringgetHttpEquiv()
HTTP response header name.
StringgetName()
Meta information name.
StringgetScheme()
Select form of content.
voidsetContent(String content)
voidsetHttpEquiv(String httpEquiv)
voidsetName(String name)
voidsetScheme(String scheme)

Method Detail

getContent

public String getContent()
Associated information. See the content attribute definition in HTML 4.0.

getHttpEquiv

public String getHttpEquiv()
HTTP response header name. See the http-equiv attribute definition in HTML 4.0.

getName

public String getName()
Meta information name. See the name attribute definition in HTML 4.0.

getScheme

public String getScheme()
Select form of content. See the scheme attribute definition in HTML 4.0.

setContent

public void setContent(String content)

setHttpEquiv

public void setHttpEquiv(String httpEquiv)

setName

public void setName(String name)

setScheme

public void setScheme(String scheme)