public class HtmlBuilder extends Object
Constructor and Description |
---|
HtmlBuilder() |
Modifier and Type | Method and Description |
---|---|
static A |
a()
Creates an empty
A element. |
static A |
a(Object href,
Object... children)
|
static Abbr |
abbr()
Creates an empty
Abbr element. |
static Abbr |
abbr(String title,
Object... children)
Creates an
Abbr element with the specified Abbr.title(String) attribute and
Abbr.children(Object[]) nodes. |
static Address |
address()
Creates an empty
Address element. |
static Address |
address(Object... children)
Creates an
Address element with the specified child nodes. |
static Area |
area()
Creates an empty
Area element. |
static Area |
area(String shape,
String coords,
Object href)
Creates an
Area element with the specified Area.shape(String) , Area.coords(String) ,
and Area.href(Object) attributes. |
static Article |
article()
Creates an empty
Article element. |
static Article |
article(Object... children)
Creates an
Article element with the specified child nodes. |
static Aside |
aside()
Creates an empty
Aside element. |
static Aside |
aside(Object... children)
Creates an
Aside element with the specified child nodes. |
static Audio |
audio()
Creates an empty
Audio element. |
static Audio |
audio(String src)
Creates an
Audio element with the specified Audio.src(Object) attribute. |
static B |
b()
Creates an empty
B element. |
static B |
b(Object... children)
Creates a
B element with the specified child nodes. |
static Base |
base()
Creates an empty
Base element. |
static Base |
base(Object href)
Creates a
Base element with the specified Base.href(Object) attribute. |
static Bdi |
bdi()
Creates an empty
Bdi element. |
static Bdi |
bdi(Object text)
Creates a
Bdi element with the specified Bdi.text(Object) node. |
static Bdo |
bdo()
Creates an empty
Bdo element. |
static Bdo |
bdo(String dir,
Object... children)
Creates a
Bdo element with the specified Bdo.dir(String) attribute and child nodes. |
static Blockquote |
blockquote()
Creates an empty
Blockquote element. |
static Blockquote |
blockquote(Object... children)
Creates a
Blockquote element with the specified child nodes. |
static Body |
body()
Creates an empty
Body element. |
static Body |
body(Object... children)
Creates a
Body element with the specified child nodes. |
static Br |
br()
Creates an empty
Br element. |
static Button |
button()
Creates an empty
Button element. |
static Button |
button(String type)
Creates a
Button element with the specified Button.type(String) attribute. |
static Button |
button(String type,
Object... children)
Creates a
Button element with the specified Button.type(String) attribute and
Button.children(Object[]) nodes. |
static Canvas |
canvas()
Creates an empty
Canvas element. |
static Canvas |
canvas(Number width,
Number height)
Creates a
Canvas element with the specified Canvas.width(Object) and
Canvas.height(Object) attributes. |
static Caption |
caption()
Creates an empty
Caption element. |
static Caption |
caption(Object... children)
Creates a
Caption element with the specified child nodes. |
static Cite |
cite()
Creates an empty
Cite element. |
static Cite |
cite(Object... children)
Creates a
Cite element with the specified child nodes. |
static Code |
code()
Creates an empty
Code element. |
static Code |
code(Object... children)
Creates a
Code element with the specified child nodes. |
static Col |
col()
Creates an empty
Col element. |
static Col |
col(Number span)
Creates a
Col element with the specified Col.span(Object) attribute. |
static Colgroup |
colgroup()
Creates an empty
Colgroup element. |
static Colgroup |
colgroup(Object... children)
Creates a
Colgroup element with the specified child nodes. |
static Data |
data()
Creates an empty
Data element. |
static Data |
data(String value,
Object child)
Creates a
Data element with the specified Data.value(Object) attribute and child node. |
static Datalist |
datalist()
Creates an empty
Datalist element. |
static Datalist |
datalist(String id,
Option... children)
Creates a
Datalist element with the specified Datalist.id(String) attribute and child nodes. |
static Dd |
dd()
Creates an empty
Dd element. |
static Dd |
dd(Object... children)
Creates a
Dd element with the specified child nodes. |
static Del |
del()
Creates an empty
Del element. |
static Del |
del(Object... children)
Creates a
Del element with the specified Del.children(Object[]) node. |
static Dfn |
dfn()
Creates an empty
Dfn element. |
static Dfn |
dfn(Object... children)
Creates a
Dfn element with the specified child nodes. |
static Div |
div()
Creates an empty
Div element. |
static Div |
div(Object... children)
Creates a
Div element with the specified child nodes. |
static Dl |
dl()
Creates an empty
Dl element. |
static Dl |
dl(Object... children)
Creates a
Dl element with the specified child nodes. |
static Dt |
dt()
Creates an empty
Dt element. |
static Dt |
dt(Object... children)
Creates a
Dt element with the specified child nodes. |
static Em |
em()
Creates an empty
Em element. |
static Em |
em(Object... children)
Creates an
Em element with the specified Em.children(Object[]) nodes. |
static Embed |
embed()
Creates an empty
Embed element. |
static Embed |
embed(Object src)
Creates an
Embed element with the specified Embed.src(Object) attribute. |
static Fieldset |
fieldset()
Creates an empty
Fieldset element. |
static Fieldset |
fieldset(Object... children)
Creates a
Fieldset element with the specified child nodes. |
static Figcaption |
figcaption()
Creates an empty
Figcaption element. |
static Figcaption |
figcaption(Object... children)
Creates a
Figcaption element with the specified child nodes. |
static Figure |
figure()
Creates an empty
Figure element. |
static Figure |
figure(Object... children)
Creates a
Figure element with the specified child nodes. |
static Footer |
footer()
Creates an empty
Footer element. |
static Footer |
footer(Object... children)
Creates a
Footer element with the specified child nodes. |
static Form |
form()
Creates an empty
Form element. |
static Form |
form(String action)
Creates a
Form element with the specified Form.action(String) attribute. |
static Form |
form(String action,
Object... children)
Creates an
Form element with the specified Form.action(String) attribute and child nodes. |
static H1 |
h1()
Creates an empty
H1 element. |
static H1 |
h1(Object... children)
Creates an
H1 element with the specified child nodes. |
static H2 |
h2()
Creates an empty
H2 element. |
static H2 |
h2(Object... children)
Creates an
H2 element with the specified child nodes. |
static H3 |
h3()
Creates an empty
H3 element. |
static H3 |
h3(Object... children)
Creates an
H3 element with the specified child nodes. |
static H4 |
h4()
Creates an empty
H4 element. |
static H4 |
h4(Object... children)
Creates an
H4 element with the specified child nodes. |
static H5 |
h5()
Creates an empty
H5 element. |
static H5 |
h5(Object... children)
Creates an
H5 element with the specified child nodes. |
static H6 |
h6()
Creates an empty
H6 element. |
static H6 |
h6(Object... children)
Creates an
H6 element with the specified child nodes. |
static Head |
head()
Creates an empty
Head element. |
static Head |
head(Object... children)
Creates a
Head element with the specified child nodes. |
static Header |
header()
Creates an empty
Header element. |
static Header |
header(Object... children)
Creates a
Header element with the specified child nodes. |
static Hr |
hr()
Creates an empty
Hr element. |
static Html |
html()
Creates an empty
Html element. |
static Html |
html(Object... children)
Creates an
Html element with the specified child nodes. |
static I |
i()
Creates an empty
I element. |
static I |
i(Object... children)
Creates an
I element with the specified child nodes. |
static Iframe |
iframe()
Creates an empty
Iframe element. |
static Iframe |
iframe(Object... children)
Creates an
Iframe element with the specified child nodes. |
static Img |
img()
Creates an empty
Img element. |
static Img |
img(Object src)
Creates an
Img element with the specified Img.src(Object) attribute. |
static Input |
input()
Creates an empty
Input element. |
static Input |
input(String type)
Creates an
Input element with the specified Input.type(String) attribute. |
static Ins |
ins()
Creates an empty
Ins element. |
static Ins |
ins(Object... children)
Creates an
Ins element with the specified child nodes. |
static Kbd |
kbd()
Creates an empty
Kbd element. |
static Kbd |
kbd(Object... children)
Creates a
Kbd element with the specified child nodes. |
static Keygen |
keygen()
Creates an empty
Keygen element. |
static Label |
label()
Creates an empty
Label element. |
static Label |
label(Object... children)
Creates a
Label element with the specified child nodes. |
static Legend |
legend()
Creates an empty
Legend element. |
static Legend |
legend(Object... children)
Creates a
Legend element with the specified child nodes. |
static Li |
li()
Creates an empty
Li element. |
static Li |
li(Object... children)
Creates an
Li element with the specified child nodes. |
static Link |
link()
Creates an empty
Link element. |
static Link |
link(Object href)
Creates a
Link element with the specified Link.href(Object) attribute. |
static Main |
main()
Creates an empty
Main element. |
static Main |
main(Object... children)
Creates a
Main element with the specified child nodes. |
static Map |
map()
Creates an empty
Map element. |
static Map |
map(Object... children)
Creates a
Map element with the specified child nodes. |
static Mark |
mark()
Creates an empty
Mark element. |
static Mark |
mark(Object... children)
Creates a
Mark element with the specified child nodes. |
static Meta |
meta()
Creates an empty
Meta element. |
static Meter |
meter()
Creates an empty
Meter element. |
static Meter |
meter(Object... children)
Creates a
Meter element with the specified child nodes. |
static Nav |
nav()
Creates an empty
Nav element. |
static Nav |
nav(Object... children)
Creates a
Nav element with the specified child nodes. |
static Noscript |
noscript()
Creates an empty
Noscript element. |
static Noscript |
noscript(Object... children)
Creates a
Noscript element with the specified child nodes. |
static Object2 |
object()
Creates an empty
Object2 element. |
static Object2 |
object(Object... children)
Creates an
Object2 element with the specified child nodes. |
static Ol |
ol()
Creates an empty
Ol element. |
static Ol |
ol(Object... children)
Creates an
Ol element with the specified child nodes. |
static Optgroup |
optgroup()
Creates an empty
Optgroup element. |
static Optgroup |
optgroup(Object... children)
Creates an
Optgroup element with the specified child nodes. |
static Option |
option()
Creates an empty
Option element. |
static Option |
option(Object text)
Creates an
Option element with the specified Option.text(Object) attribute. |
static Option |
option(Object value,
Object text)
Creates an
Option element with the specified Option.value(Object) attribute and
Option.text(Object) node. |
static Output |
output()
Creates an empty
Output element. |
static Output |
output(String name)
Creates an
Output element with the specified Output.name(String) attribute. |
static P |
p()
Creates an empty
P element. |
static P |
p(Object... children)
Creates a
P element with the specified child nodes. |
static Param |
param()
Creates an empty
Param element. |
static Param |
param(String name,
Object value)
|
static Pre |
pre()
Creates an empty
Pre element. |
static Pre |
pre(Object... children)
Creates a
Pre element with the specified child nodes. |
static Progress |
progress()
Creates an empty
Progress element. |
static Progress |
progress(Object... children)
Creates a
Progress element with the specified child nodes. |
static Q |
q()
Creates an empty
Q element. |
static Q |
q(Object... children)
Creates a
Q element with the specified child nodes. |
static Rb |
rb()
Creates an empty
Rb element. |
static Rb |
rb(Object... children)
Creates a
Rb element with the specified Rb.children(Object[]) nodes. |
static Rp |
rp()
Creates an empty
Rp element. |
static Rp |
rp(Object... children)
Creates a
Rp element with the specified Rp.children(Object[]) nodes. |
static Rt |
rt()
Creates an empty
Rt element. |
static Rt |
rt(Object... children)
Creates a
Rt element with the specified Rt.children(Object[]) nodes. |
static Rtc |
rtc()
Creates an empty
Rtc element. |
static Rtc |
rtc(Object... children)
Creates an
Rtc element with the specified child nodes. |
static Ruby |
ruby()
Creates an empty
Ruby element. |
static Ruby |
ruby(Object... children)
Creates a
Ruby element with the specified child nodes. |
static S |
s()
Creates an empty
S element. |
static S |
s(Object... children)
Creates an
S element with the specified child nodes. |
static Samp |
samp()
Creates an empty
Samp element. |
static Samp |
samp(Object... children)
Creates a
Samp element with the specified child nodes. |
static Script |
script()
Creates an empty
Script element. |
static Script |
script(String type,
String text)
Creates a
Script element with the specified Script.type(String) attribute and
Script.text(Object) node. |
static Section |
section()
Creates an empty
Section element. |
static Section |
section(Object... children)
Creates a
Section element with the specified child nodes. |
static Select |
select()
Creates an empty
Select element. |
static Select |
select(String name,
Object... children)
Creates a
Select element with the specified Select.name(String) attribute and child nodes. |
static Small |
small()
Creates an empty
Small element. |
static Small |
small(Object... children)
Creates a
Small element with the specified child nodes. |
static Source |
source()
Creates an empty
Source element. |
static Source |
source(Object src,
String type)
|
static Span |
span()
Creates an empty
Span element. |
static Span |
span(Object... children)
Creates a
Span element with the specified child nodes. |
static Strong |
strong()
Creates an empty
Strong element. |
static Strong |
strong(Object... children)
Creates a
Strong element with the specified child nodes. |
static Style |
style()
Creates an empty
Style element. |
static Style |
style(Object text)
Creates a
Style element with the specified Style.text(Object) node. |
static Sub |
sub()
Creates an empty
Sub element. |
static Sub |
sub(Object... children)
Creates a
Sub element with the specified child nodes. |
static Sup |
sup()
Creates an empty
Sup element. |
static Sup |
sup(Object... children)
Creates a
Sup element with the specified child nodes. |
static Table |
table()
Creates an empty
Table element. |
static Table |
table(Object... children)
Creates a
Table element with the specified child nodes. |
static Tbody |
tbody()
Creates an empty
Tbody element. |
static Tbody |
tbody(Object... children)
Creates a
Tbody element with the specified child nodes. |
static Td |
td()
Creates an empty
Td element. |
static Td |
td(Object... children)
Creates a
Td element with the specified child nodes. |
static Template |
template()
Creates an empty
Template element. |
static Template |
template(String id,
Object... children)
Creates a
Template element with the specified Template.id(String) attribute and child nodes. |
static Textarea |
textarea()
Creates an empty
Textarea element. |
static Textarea |
textarea(String name,
String text)
Creates a
Textarea element with the specified Textarea.name(String) attribute and
Textarea.text(Object) node. |
static Tfoot |
tfoot()
Creates an empty
Tfoot element. |
static Tfoot |
tfoot(Object... children)
Creates a
Tfoot element with the specified child nodes. |
static Th |
th()
Creates an empty
Th element. |
static Th |
th(Object... children)
Creates a
Th element with the specified child nodes. |
static Thead |
thead()
Creates an empty
Thead element. |
static Thead |
thead(Object... children)
Creates a
Thead element with the specified child nodes. |
static Time |
time()
Creates an empty
Time element. |
static Time |
time(Object... children)
Creates a
Time element with the specified Time.children(Object[]) nodes. |
static Title |
title()
Creates an empty
Title element. |
static Title |
title(String text)
Creates a
Title element with the specified Title.text(Object) node. |
static Tr |
tr()
Creates an empty
Tr element. |
static Tr |
tr(Object... children)
Creates a
Tr element with the specified child nodes. |
static Track |
track()
Creates an empty
Track element. |
static Track |
track(Object src,
String kind)
|
static U |
u()
Creates an empty
U element. |
static U |
u(Object... children)
Creates a
U element with the specified child nodes. |
static Ul |
ul()
Creates an empty
Ul element. |
static Ul |
ul(Object... children)
Creates a
Ul element with the specified child nodes. |
static Var |
var()
Creates an empty
Var element. |
static Var |
var(Object... children)
Creates a
Var element with the specified child nodes. |
static Video |
video()
Creates an empty
Video element. |
static Video |
video(Object src)
Creates a
Video element with the specified Video.src(Object) attribute. |
static Wbr |
wbr()
Creates an empty
Wbr element. |
public HtmlBuilder()
public static final A a(Object href, Object... children)
href
- The A.href(Object)
attribute.children
- The A.children(Object[])
nodes.public static final Abbr abbr(String title, Object... children)
Abbr
element with the specified Abbr.title(String)
attribute and
Abbr.children(Object[])
nodes.title
- The Abbr.title(String)
attribute.children
- The Abbr.children(Object[])
nodes.public static final Address address()
Address
element.public static final Address address(Object... children)
Address
element with the specified child nodes.children
- The child nodes.public static final Area area(String shape, String coords, Object href)
Area
element with the specified Area.shape(String)
, Area.coords(String)
,
and Area.href(Object)
attributes.shape
- The Area.shape(String)
attribute.coords
- The Area.coords(String)
attribute.href
- The Area.href(Object)
attribute.public static final Article article()
Article
element.public static final Article article(Object... children)
Article
element with the specified child nodes.children
- The child nodes.public static final Aside aside(Object... children)
Aside
element with the specified child nodes.children
- The child nodes.public static final Audio audio(String src)
Audio
element with the specified Audio.src(Object)
attribute.src
- The Audio.src(Object)
attribute.public static final B b(Object... children)
B
element with the specified child nodes.children
- The child nodes.public static final Base base(Object href)
Base
element with the specified Base.href(Object)
attribute.href
- The Base.href(Object)
attribute.public static final Bdi bdi(Object text)
Bdi
element with the specified Bdi.text(Object)
node.text
- The Bdi.text(Object)
node.public static final Bdo bdo(String dir, Object... children)
Bdo
element with the specified Bdo.dir(String)
attribute and child nodes.dir
- The Bdo.dir(String)
attribute.children
- The child nodes.public static final Blockquote blockquote()
Blockquote
element.public static final Blockquote blockquote(Object... children)
Blockquote
element with the specified child nodes.children
- The child nodes.public static final Body body(Object... children)
Body
element with the specified child nodes.children
- The child nodes.public static final Button button()
Button
element.public static final Button button(String type)
Button
element with the specified Button.type(String)
attribute.type
- The Button.type(String)
attribute.public static final Button button(String type, Object... children)
Button
element with the specified Button.type(String)
attribute and
Button.children(Object[])
nodes.type
- The Button.type(String)
attribute.children
- The Button.children(Object[])
nodes.public static final Canvas canvas()
Canvas
element.public static final Canvas canvas(Number width, Number height)
Canvas
element with the specified Canvas.width(Object)
and
Canvas.height(Object)
attributes.width
- The Canvas.width(Object)
attribute.height
- The Canvas.height(Object)
attribute.public static final Caption caption()
Caption
element.public static final Caption caption(Object... children)
Caption
element with the specified child nodes.children
- The child nodes.public static final Cite cite(Object... children)
Cite
element with the specified child nodes.children
- The child nodes.public static final Code code(Object... children)
Code
element with the specified child nodes.children
- The child nodes.public static final Col col(Number span)
Col
element with the specified Col.span(Object)
attribute.span
- The Col.span(Object)
attribute.public static final Colgroup colgroup()
Colgroup
element.public static final Colgroup colgroup(Object... children)
Colgroup
element with the specified child nodes.children
- The child nodes.public static final Data data(String value, Object child)
Data
element with the specified Data.value(Object)
attribute and child node.value
- The Data.value(Object)
attribute.child
- The child node.public static final Datalist datalist()
Datalist
element.public static final Datalist datalist(String id, Option... children)
Datalist
element with the specified Datalist.id(String)
attribute and child nodes.id
- The Datalist.id(String)
attribute.children
- The child nodes.public static final Dd dd(Object... children)
Dd
element with the specified child nodes.children
- The child nodes.public static final Del del(Object... children)
Del
element with the specified Del.children(Object[])
node.children
- The Del.children(Object[])
node.public static final Dfn dfn(Object... children)
Dfn
element with the specified child nodes.children
- The child nodes.public static final Div div(Object... children)
Div
element with the specified child nodes.children
- The child nodes.public static final Dl dl(Object... children)
Dl
element with the specified child nodes.children
- The child nodes.public static final Dt dt(Object... children)
Dt
element with the specified child nodes.children
- The child nodes.public static final Em em(Object... children)
Em
element with the specified Em.children(Object[])
nodes.children
- The Em.children(Object[])
nodes.public static final Embed embed(Object src)
Embed
element with the specified Embed.src(Object)
attribute.src
- The Embed.src(Object)
attribute.public static final Fieldset fieldset()
Fieldset
element.public static final Fieldset fieldset(Object... children)
Fieldset
element with the specified child nodes.children
- The child nodes.public static final Figcaption figcaption()
Figcaption
element.public static final Figcaption figcaption(Object... children)
Figcaption
element with the specified child nodes.children
- The child nodes.public static final Figure figure()
Figure
element.public static final Figure figure(Object... children)
Figure
element with the specified child nodes.children
- The child nodes.public static final Footer footer()
Footer
element.public static final Footer footer(Object... children)
Footer
element with the specified child nodes.children
- The child nodes.public static final Form form(String action)
Form
element with the specified Form.action(String)
attribute.action
- The Form.action(String)
attribute.public static final Form form(String action, Object... children)
Form
element with the specified Form.action(String)
attribute and child nodes.action
- The Form.action(String)
attribute.children
- The child nodes.public static final H1 h1(Object... children)
H1
element with the specified child nodes.children
- The child nodes.public static final H2 h2(Object... children)
H2
element with the specified child nodes.children
- The child nodes.public static final H3 h3(Object... children)
H3
element with the specified child nodes.children
- The child nodes.public static final H4 h4(Object... children)
H4
element with the specified child nodes.children
- The child nodes.public static final H5 h5(Object... children)
H5
element with the specified child nodes.children
- The child nodes.public static final H6 h6(Object... children)
H6
element with the specified child nodes.children
- The child nodes.public static final Head head(Object... children)
Head
element with the specified child nodes.children
- The child nodes.public static final Header header()
Header
element.public static final Header header(Object... children)
Header
element with the specified child nodes.children
- The child nodes.public static final Html html(Object... children)
Html
element with the specified child nodes.children
- The child nodes.public static final I i(Object... children)
I
element with the specified child nodes.children
- The child nodes.public static final Iframe iframe()
Iframe
element.public static final Iframe iframe(Object... children)
Iframe
element with the specified child nodes.children
- The child nodes.public static final Img img(Object src)
Img
element with the specified Img.src(Object)
attribute.src
- The Img.src(Object)
attribute.public static final Input input(String type)
Input
element with the specified Input.type(String)
attribute.type
- The Input.type(String)
attribute.public static final Ins ins(Object... children)
Ins
element with the specified child nodes.children
- The child nodes.public static final Kbd kbd(Object... children)
Kbd
element with the specified child nodes.children
- The child nodes.public static final Keygen keygen()
Keygen
element.public static final Label label(Object... children)
Label
element with the specified child nodes.children
- The child nodes.public static final Legend legend()
Legend
element.public static final Legend legend(Object... children)
Legend
element with the specified child nodes.children
- The child nodes.public static final Li li(Object... children)
Li
element with the specified child nodes.children
- The child nodes.public static final Link link(Object href)
Link
element with the specified Link.href(Object)
attribute.href
- The Link.href(Object)
attribute.public static final Main main(Object... children)
Main
element with the specified child nodes.children
- The child nodes.public static final Map map(Object... children)
Map
element with the specified child nodes.children
- The child nodes.public static final Mark mark(Object... children)
Mark
element with the specified child nodes.children
- The child nodes.public static final Meter meter(Object... children)
Meter
element with the specified child nodes.children
- The child nodes.public static final Nav nav(Object... children)
Nav
element with the specified child nodes.children
- The child nodes.public static final Noscript noscript()
Noscript
element.public static final Noscript noscript(Object... children)
Noscript
element with the specified child nodes.children
- The child nodes.public static final Object2 object()
Object2
element.public static final Object2 object(Object... children)
Object2
element with the specified child nodes.children
- The child nodes.public static final Ol ol(Object... children)
Ol
element with the specified child nodes.children
- The child nodes.public static final Optgroup optgroup()
Optgroup
element.public static final Optgroup optgroup(Object... children)
Optgroup
element with the specified child nodes.children
- The child nodes.public static final Option option()
Option
element.public static final Option option(Object text)
Option
element with the specified Option.text(Object)
attribute.text
- The Option.text(Object)
attribute.public static final Option option(Object value, Object text)
Option
element with the specified Option.value(Object)
attribute and
Option.text(Object)
node.value
- The Option.value(Object)
attribute.text
- The Option.text(Object)
node.public static final Output output()
Output
element.public static final Output output(String name)
Output
element with the specified Output.name(String)
attribute.name
- The Output.name(String)
attribute.public static final P p(Object... children)
P
element with the specified child nodes.children
- The child nodes.public static final Param param(String name, Object value)
name
- The Param.name(String)
attribute.value
- The Param.value(Object)
attribute.public static final Pre pre(Object... children)
Pre
element with the specified child nodes.children
- The child nodes.public static final Progress progress()
Progress
element.public static final Progress progress(Object... children)
Progress
element with the specified child nodes.children
- The child nodes.public static final Q q(Object... children)
Q
element with the specified child nodes.children
- The child nodes.public static final Rb rb(Object... children)
Rb
element with the specified Rb.children(Object[])
nodes.children
- The Rb.children(Object[])
nodes.public static final Rp rp(Object... children)
Rp
element with the specified Rp.children(Object[])
nodes.children
- The Rp.children(Object[])
nodes.public static final Rt rt(Object... children)
Rt
element with the specified Rt.children(Object[])
nodes.children
- The Rt.children(Object[])
nodes.public static final Rtc rtc(Object... children)
Rtc
element with the specified child nodes.children
- The child nodes.public static final Ruby ruby(Object... children)
Ruby
element with the specified child nodes.children
- The child nodes.public static final S s(Object... children)
S
element with the specified child nodes.children
- The child nodes.public static final Samp samp(Object... children)
Samp
element with the specified child nodes.children
- The child nodes.public static final Script script()
Script
element.public static final Script script(String type, String text)
Script
element with the specified Script.type(String)
attribute and
Script.text(Object)
node.type
- The Script.type(String)
attribute.text
- The child text node.public static final Section section()
Section
element.public static final Section section(Object... children)
Section
element with the specified child nodes.children
- The child nodes.public static final Select select()
Select
element.public static final Select select(String name, Object... children)
Select
element with the specified Select.name(String)
attribute and child nodes.name
- The Select.name(String)
attribute.children
- The child nodes.public static final Small small(Object... children)
Small
element with the specified child nodes.children
- The child nodes.public static final Source source()
Source
element.public static final Source source(Object src, String type)
src
- The Source.src(Object)
attribute.type
- The Source.type(String)
attribute.public static final Span span(Object... children)
Span
element with the specified child nodes.children
- The child nodes.public static final Strong strong()
Strong
element.public static final Strong strong(Object... children)
Strong
element with the specified child nodes.children
- The child nodes.public static final Style style(Object text)
Style
element with the specified Style.text(Object)
node.text
- The Style.text(Object)
node.public static final Sub sub(Object... children)
Sub
element with the specified child nodes.children
- The child nodes.public static final Sup sup(Object... children)
Sup
element with the specified child nodes.children
- The child nodes.public static final Table table(Object... children)
Table
element with the specified child nodes.children
- The child nodes.public static final Tbody tbody(Object... children)
Tbody
element with the specified child nodes.children
- The child nodes.public static final Td td(Object... children)
Td
element with the specified child nodes.children
- The child nodes.public static final Template template()
Template
element.public static final Template template(String id, Object... children)
Template
element with the specified Template.id(String)
attribute and child nodes.id
- The Template.id(String)
attribute.children
- The child nodes.public static final Textarea textarea()
Textarea
element.public static final Textarea textarea(String name, String text)
Textarea
element with the specified Textarea.name(String)
attribute and
Textarea.text(Object)
node.name
- The Textarea.name(String)
attribute.text
- The Textarea.text(Object)
node.public static final Tfoot tfoot(Object... children)
Tfoot
element with the specified child nodes.children
- The child nodes.public static final Th th(Object... children)
Th
element with the specified child nodes.children
- The child nodes.public static final Thead thead(Object... children)
Thead
element with the specified child nodes.children
- The child nodes.public static final Time time(Object... children)
Time
element with the specified Time.children(Object[])
nodes.children
- The Time.children(Object[])
nodes.public static final Title title(String text)
Title
element with the specified Title.text(Object)
node.text
- The Title.text(Object)
node.public static final Tr tr(Object... children)
Tr
element with the specified child nodes.children
- The child nodes.public static final Track track(Object src, String kind)
src
- The Track.src(Object)
attribute.kind
- The Track.kind(String)
attribute.public static final U u(Object... children)
U
element with the specified child nodes.children
- The child nodes.public static final Ul ul(Object... children)
Ul
element with the specified child nodes.children
- The child nodes.public static final Var var(Object... children)
Var
element with the specified child nodes.children
- The child nodes.public static final Video video(Object src)
Video
element with the specified Video.src(Object)
attribute.src
- The Video.src(Object)
attribute.Copyright © 2018 Apache. All rights reserved.