org.w3c.dom.html
public interface HTMLMetaElement extends HTMLElement
Method Summary | |
---|---|
String | getContent()
Associated information. |
String | getHttpEquiv()
HTTP response header name. |
String | getName()
Meta information name. |
String | getScheme()
Select form of content. |
void | setContent(String content) |
void | setHttpEquiv(String httpEquiv) |
void | setName(String name) |
void | setScheme(String scheme) |