org.w3c.dom.html2
public interface HTMLMetaElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
| Method Summary | |
|---|---|
| String | getContent()
Associated information. |
| String | getHttpEquiv()
HTTP response header name [IETF RFC 2616]. |
| String | getName()
Meta information name. |
| String | getScheme()
Select form of content. |
| void | setContent(String content)
Associated information. |
| void | setHttpEquiv(String httpEquiv)
HTTP response header name [IETF RFC 2616]. |
| void | setName(String name)
Meta information name. |
| void | setScheme(String scheme)
Select form of content. |