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