public static class Html4.BLOCKQUOTE extends HtmlParentElement implements Html4.ParentElement<Html4.BLOCKQUOTE>
<blockquote>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<blockquote> (void=false, block=true, pre=false). |
Constructor and Description |
---|
BLOCKQUOTE() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.BLOCKQUOTE |
cite(CharSequence value)
Set attribute
cite="{value}" . |
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChild
getAttribute, getAttributeCount, getAttributeMap, isBlock, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add
attr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, title
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
public static final HtmlElementType TYPE
<blockquote>
(void=false, block=true, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html4.BLOCKQUOTE cite(CharSequence value)
cite="{value}"
.