public static class Html4.STYLE extends HtmlParentElement implements Html4.ParentElement<Html4.STYLE>
<style>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<style> (void=false, block=true, pre=true). |
Constructor and Description |
---|
STYLE() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.STYLE |
media(CharSequence value)
Set attribute
media="{value}" . |
Html4.STYLE |
type(CharSequence value)
Set attribute
type="{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
<style>
(void=false, block=true, pre=true).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html4.STYLE media(CharSequence value)
media="{value}"
.public Html4.STYLE type(CharSequence value)
type="{value}"
.