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, 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
<hr>
(void=true, block=true, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement