public static class Html5.SOURCE extends HtmlElement implements Html5.Element<Html5.SOURCE,Html5.SOURCE>
<source>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<source> (void=true, block=true, pre=false). |
Constructor and Description |
---|
SOURCE() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html5.SOURCE |
media(CharSequence value)
Set attribute
media="{value}" . |
Html5.SOURCE |
src(CharSequence value)
Set attribute
src="{value}" . |
Html5.SOURCE |
type(CharSequence value)
Set attribute
type="{value}" . |
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 static final HtmlElementType TYPE
<source>
(void=true, block=true, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html5.SOURCE media(CharSequence value)
media="{value}"
.public Html5.SOURCE src(CharSequence value)
src="{value}"
.public Html5.SOURCE type(CharSequence value)
type="{value}"
.