public static class Html5.BASE extends Html4.BASE implements Html5.Element<Html5.BASE,Html4.BASE>
<base>.TYPE| Constructor and Description |
|---|
BASE() |
| Instance Methods | |
|---|---|
Html5.BASE |
href(CharSequence value)
Set attribute
href="{value}". |
Html5.BASE |
target(CharSequence value)
Set attribute
target="{value}". |
getElementTypegetAttribute, getAttributeCount, getAttributeMap, isBlock, render, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccesskey, 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, translateattr, getAttribute, setAttributepublic Html5.BASE href(CharSequence value)
href="{value}".href in class Html4.BASEpublic Html5.BASE target(CharSequence value)
target="{value}".target in class Html4.BASE