public static class Html4.BR extends HtmlElement implements Html4.Element<Html4.BR>
<br>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<br> (void=true, block=false, pre=false). |
| Constructor and Description |
|---|
BR() |
| Instance Method | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
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
<br> (void=true, block=false, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElement