public static class Html4.HR extends HtmlElement implements Html4.Element<Html4.HR>
<hr>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<hr> (void=true, block=true, pre=false). |
| Constructor and Description |
|---|
HR() |
| 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
<hr> (void=true, block=true, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElement