public static class Html5.META extends Html4.META implements Html5.Element<Html5.META,Html4.META>
<meta>
.TYPE
Constructor and Description |
---|
META() |
Instance Methods | |
---|---|
Html5.META |
charset(CharSequence value)
Set attribute
charset="{value}" . |
Html5.META |
content(CharSequence value)
Set attribute
content="{value}" . |
Html5.META |
http_equiv(CharSequence value)
Set attribute
http-equiv="{value}" . |
Html5.META |
name(CharSequence value)
Set attribute
name="{value}" . |
Html5.META |
scheme(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
getElementType
getAttribute, getAttributeCount, getAttributeMap, isBlock, render, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accesskey, attr, attr, attr, class_, class_add, contenteditable, contextmenu, data, dir, draggable, dropzone, hidden, id, inert, itemid, itemprop, itemref, itemscope, itemtype, lang, on, spellcheck, style, tabindex, title, translate
attr, getAttribute, setAttribute
public Html5.META charset(CharSequence value)
charset="{value}"
.public Html5.META content(CharSequence value)
content="{value}"
.content
in class Html4.META
public Html5.META http_equiv(CharSequence value)
http-equiv="{value}"
.http_equiv
in class Html4.META
public Html5.META name(CharSequence value)
name="{value}"
.name
in class Html4.META
public Html5.META scheme(CharSequence value)
scheme="{value}"
.scheme
in class Html4.META