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, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, titlepublic static final HtmlElementType TYPE
<base> (void=true, block=true, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html4.BASE href(CharSequence value)
href="{value}".public Html4.BASE target(CharSequence value)
target="{value}".