Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HTMLMetaElement
extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
String |
|
String |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from interface org.w3c.dom.Element | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getElementsByTagName , getElementsByTagNameNS , getSchemaTypeInfo , getTagName , hasAttribute , hasAttributeNS , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeNS , setAttributeNode , setAttributeNodeNS , setIdAttribute , setIdAttributeNS , setIdAttributeNode |
Methods inherited from interface org.w3c.dom.html2.HTMLElement | |
getClassName , getDir , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
public String getContent()
Associated information. See the content attribute definition in HTML 4.01.
public String getHttpEquiv()
HTTP response header name [IETF RFC 2616]. See the http-equiv attribute definition in HTML 4.01.
public String getName()
Meta information name. See the name attribute definition in HTML 4.01.
public String getScheme()
Select form of content. See the scheme attribute definition in HTML 4.01.
public void setContent(String content)
Associated information. See the content attribute definition in HTML 4.01.
public void setHttpEquiv(String httpEquiv)
HTTP response header name [IETF RFC 2616]. See the http-equiv attribute definition in HTML 4.01.
public void setName(String name)
Meta information name. See the name attribute definition in HTML 4.01.
public void setScheme(String scheme)
Select form of content. See the scheme attribute definition in HTML 4.01.