@JsType(isNative=true, name="HTMLMetaElement", namespace="<global>") public final class Meta extends BaseHtmlElement
BaseEventTarget.EventListenerCallback| Modifier and Type | Field and Description |
|---|---|
static String |
TAG
The tag for this element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns the value of meta-data property..
|
String |
getHttpEquiv()
Returns the name of an HTTP response header to define for a document.
|
String |
getName()
Returns the name of a meta-data property to define for a document.
|
void |
setContent(String content)
Sets the value of meta-data property..
|
void |
setHttpEquiv(String httpEquiv)
Sets the name of an HTTP response header to define for a document.
|
void |
setName(String name)
Sets the name of a meta-data property to define for a document.
|
getAbsoluteLeft, getAbsoluteTop, getInnerText, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getParentHtmlElement, getStyle, getTabIndex, removeFromParent, setInnerText, setTabIndexgetAttributes, getChildElementCount, getClientHeight, getClientLeft, getClientTop, getClientWidth, getElementsByTagName, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getNextElementSibling, getPreviousElementSibling, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getTagName, hasAttributes, remove, setId, setInnerHTMLappendChild, cloneNode, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getTextContent, hasChildNodes, insertBefore, removeAllChildren, removeChild, setNodeValue, setTextContentaddEventListener, removeEventListener@JsOverlay public static final String TAG
@JsProperty public String getContent()
@JsProperty public void setContent(String content)
content - the value of meta-data property.@JsProperty public String getHttpEquiv()
@JsProperty public void setHttpEquiv(String httpEquiv)
httpEquiv - the name of an HTTP response header to define for a document.@JsProperty public String getName()
@JsProperty public void setName(String name)
name - the name of a meta-data property to define for a document