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