FileDocCategorySizeDatePackage
HTMLMetaElement.javaAPI DocJava SE 5 API1623Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLMetaElement

public interface HTMLMetaElement implements HTMLElement
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.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetContent()
Associated information. See the content attribute definition in HTML 4.0.

public java.lang.StringgetHttpEquiv()
HTTP response header name. See the http-equiv attribute definition in HTML 4.0.

public java.lang.StringgetName()
Meta information name. See the name attribute definition in HTML 4.0.

public java.lang.StringgetScheme()
Select form of content. See the scheme attribute definition in HTML 4.0.

public voidsetContent(java.lang.String content)

public voidsetHttpEquiv(java.lang.String httpEquiv)

public voidsetName(java.lang.String name)

public voidsetScheme(java.lang.String scheme)