public static class Html4.META extends HtmlElement implements Html4.Element<Html4.META>
<meta>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<meta> (void=true, block=true, pre=false). |
Constructor and Description |
---|
META() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.META |
content(CharSequence value)
Set attribute
content="{value}" . |
Html4.META |
http_equiv(CharSequence value)
Set attribute
http-equiv="{value}" . |
Html4.META |
name(CharSequence value)
Set attribute
name="{value}" . |
Html4.META |
scheme(CharSequence value)
Set attribute
scheme="{value}" . |
getAttribute, getAttributeCount, getAttributeMap, isBlock, render, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, title
public static final HtmlElementType TYPE
<meta>
(void=true, block=true, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html4.META content(CharSequence value)
content="{value}"
.public Html4.META http_equiv(CharSequence value)
http-equiv="{value}"
.public Html4.META name(CharSequence value)
name="{value}"
.public Html4.META scheme(CharSequence value)
scheme="{value}"
.