Class HtmlBuilder
The HtmlBuilder class contains lots of static creator methods to minimize the amount of code needed to produce HTML DOMs. Instead of using constructors directly, you can use these static methods for more concise code.
Examples:
   
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic final Aa()Creates an emptyAelement.static final Astatic final Abbrabbr()Creates an emptyAbbrelement.static final AbbrCreates anAbbrelement with the specifiedAbbr.title(String)attribute andAbbr.children(Object[])nodes.static final Addressaddress()Creates an emptyAddresselement.static final AddressCreates anAddresselement with the specified child nodes.static final Areaarea()Creates an emptyAreaelement.static final AreaCreates anAreaelement with the specifiedArea.shape(String),Area.coords(String), andArea.href(Object)attributes.static final Articlearticle()Creates an emptyArticleelement.static final ArticleCreates anArticleelement with the specified child nodes.static final Asideaside()Creates an emptyAsideelement.static final AsideCreates anAsideelement with the specified child nodes.static final Audioaudio()Creates an emptyAudioelement.static final AudioCreates anAudioelement with the specifiedAudio.src(Object)attribute.static final Bb()Creates an emptyBelement.static final BCreates aBelement with the specified child nodes.static final Basebase()Creates an emptyBaseelement.static final BaseCreates aBaseelement with the specifiedBase.href(Object)attribute.static final Bdibdi()Creates an emptyBdielement.static final BdiCreates aBdielement with the specifiedBdi.text(Object)node.static final Bdobdo()Creates an emptyBdoelement.static final BdoCreates aBdoelement with the specifiedBdo.dir(String)attribute and child nodes.static final BlockquoteCreates an emptyBlockquoteelement.static final Blockquoteblockquote(Object... children) Creates aBlockquoteelement with the specified child nodes.static final Bodybody()Creates an emptyBodyelement.static final BodyCreates aBodyelement with the specified child nodes.static final Brbr()Creates an emptyBrelement.static final Buttonbutton()Creates an emptyButtonelement.static final ButtonCreates aButtonelement with the specifiedButton.type(String)attribute.static final ButtonCreates aButtonelement with the specifiedButton.type(String)attribute andButton.children(Object[])nodes.static final Canvascanvas()Creates an emptyCanvaselement.static final CanvasCreates aCanvaselement with the specifiedCanvas.width(Object)andCanvas.height(Object)attributes.static final Captioncaption()Creates an emptyCaptionelement.static final CaptionCreates aCaptionelement with the specified child nodes.static final Citecite()Creates an emptyCiteelement.static final CiteCreates aCiteelement with the specified child nodes.static final Codecode()Creates an emptyCodeelement.static final CodeCreates aCodeelement with the specified child nodes.static final Colcol()Creates an emptyColelement.static final ColCreates aColelement with the specifiedCol.span(Object)attribute.static final Colgroupcolgroup()Creates an emptyColgroupelement.static final ColgroupCreates aColgroupelement with the specified child nodes.static final Datadata()Creates an emptyDataelement.static final DataCreates aDataelement with the specifiedData.value(Object)attribute and child node.static final Datalistdatalist()Creates an emptyDatalistelement.static final DatalistCreates aDatalistelement with the specifiedDatalist.id(String)attribute and child nodes.static final Dddd()Creates an emptyDdelement.static final DdCreates aDdelement with the specified child nodes.static final Deldel()Creates an emptyDelelement.static final DelCreates aDelelement with the specifiedDel.children(Object[])node.static final Dfndfn()Creates an emptyDfnelement.static final DfnCreates aDfnelement with the specified child nodes.static final Divdiv()Creates an emptyDivelement.static final DivCreates aDivelement with the specified child nodes.static final Dldl()Creates an emptyDlelement.static final DlCreates aDlelement with the specified child nodes.static final Dtdt()Creates an emptyDtelement.static final DtCreates aDtelement with the specified child nodes.static final Emem()Creates an emptyEmelement.static final EmCreates anEmelement with the specifiedEm.children(Object[])nodes.static final Embedembed()Creates an emptyEmbedelement.static final EmbedCreates anEmbedelement with the specifiedEmbed.src(Object)attribute.static final Fieldsetfieldset()Creates an emptyFieldsetelement.static final FieldsetCreates aFieldsetelement with the specified child nodes.static final FigcaptionCreates an emptyFigcaptionelement.static final Figcaptionfigcaption(Object... children) Creates aFigcaptionelement with the specified child nodes.static final Figurefigure()Creates an emptyFigureelement.static final FigureCreates aFigureelement with the specified child nodes.static final Footerfooter()Creates an emptyFooterelement.static final FooterCreates aFooterelement with the specified child nodes.static final Formform()Creates an emptyFormelement.static final FormCreates aFormelement with the specifiedForm.action(String)attribute.static final FormCreates anFormelement with the specifiedForm.action(String)attribute and child nodes.static final H1h1()Creates an emptyH1element.static final H1Creates anH1element with the specified child nodes.static final H2h2()Creates an emptyH2element.static final H2Creates anH2element with the specified child nodes.static final H3h3()Creates an emptyH3element.static final H3Creates anH3element with the specified child nodes.static final H4h4()Creates an emptyH4element.static final H4Creates anH4element with the specified child nodes.static final H5h5()Creates an emptyH5element.static final H5Creates anH5element with the specified child nodes.static final H6h6()Creates an emptyH6element.static final H6Creates anH6element with the specified child nodes.static final Headhead()Creates an emptyHeadelement.static final HeadCreates aHeadelement with the specified child nodes.static final Headerheader()Creates an emptyHeaderelement.static final HeaderCreates aHeaderelement with the specified child nodes.static final Hrhr()Creates an emptyHrelement.static final Htmlhtml()Creates an emptyHtmlelement.static final HtmlCreates anHtmlelement with the specified child nodes.static final Ii()Creates an emptyIelement.static final ICreates anIelement with the specified child nodes.static final Iframeiframe()Creates an emptyIframeelement.static final IframeCreates anIframeelement with the specified child nodes.static final Imgimg()Creates an emptyImgelement.static final ImgCreates anImgelement with the specifiedImg.src(Object)attribute.static final Inputinput()Creates an emptyInputelement.static final InputCreates anInputelement with the specifiedInput.type(String)attribute.static final Insins()Creates an emptyInselement.static final InsCreates anInselement with the specified child nodes.static final Kbdkbd()Creates an emptyKbdelement.static final KbdCreates aKbdelement with the specified child nodes.static final Keygenkeygen()Creates an emptyKeygenelement.static final Labellabel()Creates an emptyLabelelement.static final LabelCreates aLabelelement with the specified child nodes.static final Legendlegend()Creates an emptyLegendelement.static final LegendCreates aLegendelement with the specified child nodes.static final Lili()Creates an emptyLielement.static final LiCreates anLielement with the specified child nodes.static final Linklink()Creates an emptyLinkelement.static final LinkCreates aLinkelement with the specifiedLink.href(Object)attribute.static final Mainmain()Creates an emptyMainelement.static final MainCreates aMainelement with the specified child nodes.static final Mapmap()Creates an emptyMapelement.static final MapCreates aMapelement with the specified child nodes.static final Markmark()Creates an emptyMarkelement.static final MarkCreates aMarkelement with the specified child nodes.static final Metameta()Creates an emptyMetaelement.static final Metermeter()Creates an emptyMeterelement.static final MeterCreates aMeterelement with the specified child nodes.static final Navnav()Creates an emptyNavelement.static final NavCreates aNavelement with the specified child nodes.static final Noscriptnoscript()Creates an emptyNoscriptelement.static final NoscriptCreates aNoscriptelement with the specified child nodes.static final Object_object()Creates an emptyObject_element.static final Object_Creates anObject_element with the specified child nodes.static final Olol()Creates an emptyOlelement.static final OlCreates anOlelement with the specified child nodes.static final Optgroupoptgroup()Creates an emptyOptgroupelement.static final OptgroupCreates anOptgroupelement with the specified child nodes.static final Optionoption()Creates an emptyOptionelement.static final OptionCreates anOptionelement with the specifiedOption.text(Object)attribute.static final OptionCreates anOptionelement with the specifiedOption.value(Object)attribute andOption.text(Object)node.static final Outputoutput()Creates an emptyOutputelement.static final OutputCreates anOutputelement with the specifiedOutput.name(String)attribute.static final Pp()Creates an emptyPelement.static final PCreates aPelement with the specified child nodes.static final Paramparam()Creates an emptyParamelement.static final Paramstatic final Prepre()Creates an emptyPreelement.static final PreCreates aPreelement with the specified child nodes.static final Progressprogress()Creates an emptyProgresselement.static final ProgressCreates aProgresselement with the specified child nodes.static final Qq()Creates an emptyQelement.static final QCreates aQelement with the specified child nodes.static final Rbrb()Creates an emptyRbelement.static final RbCreates aRbelement with the specifiedRb.children(Object[])nodes.static final Rprp()Creates an emptyRpelement.static final RpCreates aRpelement with the specifiedRp.children(Object[])nodes.static final Rtrt()Creates an emptyRtelement.static final RtCreates aRtelement with the specifiedRt.children(Object[])nodes.static final Rtcrtc()Creates an emptyRtcelement.static final RtcCreates anRtcelement with the specified child nodes.static final Rubyruby()Creates an emptyRubyelement.static final RubyCreates aRubyelement with the specified child nodes.static final Ss()Creates an emptySelement.static final SCreates anSelement with the specified child nodes.static final Sampsamp()Creates an emptySampelement.static final SampCreates aSampelement with the specified child nodes.static final Scriptscript()Creates an emptyScriptelement.static final ScriptCreates aScriptelement with the specifiedScript.type(String)attribute andScript.text(Object)node.static final Sectionsection()Creates an emptySectionelement.static final SectionCreates aSectionelement with the specified child nodes.static final Selectselect()Creates an emptySelectelement.static final SelectCreates aSelectelement with the specifiedSelect.name(String)attribute and child nodes.static final Smallsmall()Creates an emptySmallelement.static final SmallCreates aSmallelement with the specified child nodes.static final Sourcesource()Creates an emptySourceelement.static final Sourcestatic final Spanspan()Creates an emptySpanelement.static final SpanCreates aSpanelement with the specified child nodes.static final Strongstrong()Creates an emptyStrongelement.static final StrongCreates aStrongelement with the specified child nodes.static final Stylestyle()Creates an emptyStyleelement.static final StyleCreates aStyleelement with the specifiedStyle.text(Object)node.static final StyleCreates aStyleelement with the specified inner text.static final Subsub()Creates an emptySubelement.static final SubCreates aSubelement with the specified child nodes.static final Supsup()Creates an emptySupelement.static final SupCreates aSupelement with the specified child nodes.static final Tabletable()Creates an emptyTableelement.static final TableCreates aTableelement with the specified child nodes.static final Tbodytbody()Creates an emptyTbodyelement.static final TbodyCreates aTbodyelement with the specified child nodes.static final Tdtd()Creates an emptyTdelement.static final TdCreates aTdelement with the specified child nodes.static final Templatetemplate()Creates an emptyTemplateelement.static final TemplateCreates aTemplateelement with the specifiedTemplate.id(String)attribute and child nodes.static final Textareatextarea()Creates an emptyTextareaelement.static final TextareaCreates aTextareaelement with the specifiedTextarea.name(String)attribute andTextarea.text(Object)node.static final Tfoottfoot()Creates an emptyTfootelement.static final TfootCreates aTfootelement with the specified child nodes.static final Thth()Creates an emptyThelement.static final ThCreates aThelement with the specified child nodes.static final Theadthead()Creates an emptyTheadelement.static final TheadCreates aTheadelement with the specified child nodes.static final Timetime()Creates an emptyTimeelement.static final TimeCreates aTimeelement with the specifiedTime.children(Object[])nodes.static final Titletitle()Creates an emptyTitleelement.static final TitleCreates aTitleelement with the specifiedTitle.text(Object)node.static final Trtr()Creates an emptyTrelement.static final TrCreates aTrelement with the specified child nodes.static final Tracktrack()Creates an emptyTrackelement.static final Trackstatic final Uu()Creates an emptyUelement.static final UCreates aUelement with the specified child nodes.static final Ulul()Creates an emptyUlelement.static final UlCreates aUlelement with the specified child nodes.static final Varvar()Creates an emptyVarelement.static final VarCreates aVarelement with the specified child nodes.static final Videovideo()Creates an emptyVideoelement.static final VideoCreates aVideoelement with the specifiedVideo.src(Object)attribute.static final Wbrwbr()Creates an emptyWbrelement.
- 
Constructor Details- 
HtmlBuilderprotected HtmlBuilder()Constructor.
 
- 
- 
Method Details- 
aCreates an emptyAelement.- Returns:
- The new element.
 
- 
a- Parameters:
- href- The- A.href(Object)attribute.
- children- The- A.children(Object[])nodes.
- Returns:
- The new element.
 
- 
abbrCreates an emptyAbbrelement.- Returns:
- The new element.
 
- 
abbrCreates anAbbrelement with the specifiedAbbr.title(String)attribute andAbbr.children(Object[])nodes.- Parameters:
- title- The- Abbr.title(String)attribute.
- children- The- Abbr.children(Object[])nodes.
- Returns:
- The new element.
 
- 
addressCreates an emptyAddresselement.- Returns:
- The new element.
 
- 
addressCreates anAddresselement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
areaCreates an emptyAreaelement.- Returns:
- The new element.
 
- 
areaCreates anAreaelement with the specifiedArea.shape(String),Area.coords(String), andArea.href(Object)attributes.- Parameters:
- shape- The- Area.shape(String)attribute.
- coords- The- Area.coords(String)attribute.
- href- The- Area.href(Object)attribute.
- Returns:
- The new element.
 
- 
articleCreates an emptyArticleelement.- Returns:
- The new element.
 
- 
articleCreates anArticleelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
asideCreates an emptyAsideelement.- Returns:
- The new element.
 
- 
asideCreates anAsideelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
audioCreates an emptyAudioelement.- Returns:
- The new element.
 
- 
audioCreates anAudioelement with the specifiedAudio.src(Object)attribute.- Parameters:
- src- The- Audio.src(Object)attribute.
- Returns:
- The new element.
 
- 
bCreates an emptyBelement.- Returns:
- The new element.
 
- 
bCreates aBelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
baseCreates an emptyBaseelement.- Returns:
- The new element.
 
- 
baseCreates aBaseelement with the specifiedBase.href(Object)attribute.- Parameters:
- href- The- Base.href(Object)attribute.
- Returns:
- The new element.
 
- 
bdiCreates an emptyBdielement.- Returns:
- The new element.
 
- 
bdiCreates aBdielement with the specifiedBdi.text(Object)node.- Parameters:
- text- The- Bdi.text(Object)node.
- Returns:
- The new element.
 
- 
bdoCreates an emptyBdoelement.- Returns:
- The new element.
 
- 
bdoCreates aBdoelement with the specifiedBdo.dir(String)attribute and child nodes.- Parameters:
- dir- The- Bdo.dir(String)attribute.
- children- The child nodes.
- Returns:
- The new element.
 
- 
blockquoteCreates an emptyBlockquoteelement.- Returns:
- The new element.
 
- 
blockquoteCreates aBlockquoteelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
bodyCreates an emptyBodyelement.- Returns:
- The new element.
 
- 
bodyCreates aBodyelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
brCreates an emptyBrelement.- Returns:
- The new element.
 
- 
buttonCreates an emptyButtonelement.- Returns:
- The new element.
 
- 
buttonCreates aButtonelement with the specifiedButton.type(String)attribute.- Parameters:
- type- The- Button.type(String)attribute.
- Returns:
- The new element.
 
- 
buttonCreates aButtonelement with the specifiedButton.type(String)attribute andButton.children(Object[])nodes.- Parameters:
- type- The- Button.type(String)attribute.
- children- The- Button.children(Object[])nodes.
- Returns:
- The new element.
 
- 
canvasCreates an emptyCanvaselement.- Returns:
- The new element.
 
- 
canvasCreates aCanvaselement with the specifiedCanvas.width(Object)andCanvas.height(Object)attributes.- Parameters:
- width- The- Canvas.width(Object)attribute.
- height- The- Canvas.height(Object)attribute.
- Returns:
- The new element.
 
- 
captionCreates an emptyCaptionelement.- Returns:
- The new element.
 
- 
captionCreates aCaptionelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
citeCreates an emptyCiteelement.- Returns:
- The new element.
 
- 
citeCreates aCiteelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
codeCreates an emptyCodeelement.- Returns:
- The new element.
 
- 
codeCreates aCodeelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
colCreates an emptyColelement.- Returns:
- The new element.
 
- 
colCreates aColelement with the specifiedCol.span(Object)attribute.- Parameters:
- span- The- Col.span(Object)attribute.
- Returns:
- The new element.
 
- 
colgroupCreates an emptyColgroupelement.- Returns:
- The new element.
 
- 
colgroupCreates aColgroupelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
dataCreates an emptyDataelement.- Returns:
- The new element.
 
- 
dataCreates aDataelement with the specifiedData.value(Object)attribute and child node.- Parameters:
- value- The- Data.value(Object)attribute.
- child- The child node.
- Returns:
- The new element.
 
- 
datalistCreates an emptyDatalistelement.- Returns:
- The new element.
 
- 
datalistCreates aDatalistelement with the specifiedDatalist.id(String)attribute and child nodes.- Parameters:
- id- The- Datalist.id(String)attribute.
- children- The child nodes.
- Returns:
- The new element.
 
- 
ddCreates an emptyDdelement.- Returns:
- The new element.
 
- 
ddCreates aDdelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
delCreates an emptyDelelement.- Returns:
- The new element.
 
- 
delCreates aDelelement with the specifiedDel.children(Object[])node.- Parameters:
- children- The- Del.children(Object[])node.
- Returns:
- The new element.
 
- 
dfnCreates an emptyDfnelement.- Returns:
- The new element.
 
- 
dfnCreates aDfnelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
divCreates an emptyDivelement.- Returns:
- The new element.
 
- 
divCreates aDivelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
dlCreates an emptyDlelement.- Returns:
- The new element.
 
- 
dlCreates aDlelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
dtCreates an emptyDtelement.- Returns:
- The new element.
 
- 
dtCreates aDtelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
emCreates an emptyEmelement.- Returns:
- The new element.
 
- 
emCreates anEmelement with the specifiedEm.children(Object[])nodes.- Parameters:
- children- The- Em.children(Object[])nodes.
- Returns:
- The new element.
 
- 
embedCreates an emptyEmbedelement.- Returns:
- The new element.
 
- 
embedCreates anEmbedelement with the specifiedEmbed.src(Object)attribute.- Parameters:
- src- The- Embed.src(Object)attribute.
- Returns:
- The new element.
 
- 
fieldsetCreates an emptyFieldsetelement.- Returns:
- The new element.
 
- 
fieldsetCreates aFieldsetelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
figcaptionCreates an emptyFigcaptionelement.- Returns:
- The new element.
 
- 
figcaptionCreates aFigcaptionelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
figureCreates an emptyFigureelement.- Returns:
- The new element.
 
- 
figureCreates aFigureelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
formCreates an emptyFormelement.- Returns:
- The new element.
 
- 
formCreates aFormelement with the specifiedForm.action(String)attribute.- Parameters:
- action- The- Form.action(String)attribute.
- Returns:
- The new element.
 
- 
formCreates anFormelement with the specifiedForm.action(String)attribute and child nodes.- Parameters:
- action- The- Form.action(String)attribute.
- children- The child nodes.
- Returns:
- The new element.
 
- 
h1Creates an emptyH1element.- Returns:
- The new element.
 
- 
h1Creates anH1element with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
h2Creates an emptyH2element.- Returns:
- The new element.
 
- 
h2Creates anH2element with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
h3Creates an emptyH3element.- Returns:
- The new element.
 
- 
h3Creates anH3element with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
h4Creates an emptyH4element.- Returns:
- The new element.
 
- 
h4Creates anH4element with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
h5Creates an emptyH5element.- Returns:
- The new element.
 
- 
h5Creates anH5element with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
h6Creates an emptyH6element.- Returns:
- The new element.
 
- 
h6Creates anH6element with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
headCreates an emptyHeadelement.- Returns:
- The new element.
 
- 
headCreates aHeadelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
headerCreates an emptyHeaderelement.- Returns:
- The new element.
 
- 
headerCreates aHeaderelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
hrCreates an emptyHrelement.- Returns:
- The new element.
 
- 
htmlCreates an emptyHtmlelement.- Returns:
- The new element.
 
- 
htmlCreates anHtmlelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
iCreates an emptyIelement.- Returns:
- The new element.
 
- 
iCreates anIelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
iframeCreates an emptyIframeelement.- Returns:
- The new element.
 
- 
iframeCreates anIframeelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
imgCreates an emptyImgelement.- Returns:
- The new element.
 
- 
imgCreates anImgelement with the specifiedImg.src(Object)attribute.- Parameters:
- src- The- Img.src(Object)attribute.
- Returns:
- The new element.
 
- 
inputCreates an emptyInputelement.- Returns:
- The new element.
 
- 
inputCreates anInputelement with the specifiedInput.type(String)attribute.- Parameters:
- type- The- Input.type(String)attribute.
- Returns:
- The new element.
 
- 
insCreates an emptyInselement.- Returns:
- The new element.
 
- 
insCreates anInselement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
kbdCreates an emptyKbdelement.- Returns:
- The new element.
 
- 
kbdCreates aKbdelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
keygenCreates an emptyKeygenelement.- Returns:
- The new element.
 
- 
labelCreates an emptyLabelelement.- Returns:
- The new element.
 
- 
labelCreates aLabelelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
legendCreates an emptyLegendelement.- Returns:
- The new element.
 
- 
legendCreates aLegendelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
liCreates an emptyLielement.- Returns:
- The new element.
 
- 
liCreates anLielement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
linkCreates an emptyLinkelement.- Returns:
- The new element.
 
- 
linkCreates aLinkelement with the specifiedLink.href(Object)attribute.- Parameters:
- href- The- Link.href(Object)attribute.
- Returns:
- The new element.
 
- 
mainCreates an emptyMainelement.- Returns:
- The new element.
 
- 
mainCreates aMainelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
mapCreates an emptyMapelement.- Returns:
- The new element.
 
- 
mapCreates aMapelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
markCreates an emptyMarkelement.- Returns:
- The new element.
 
- 
markCreates aMarkelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
metaCreates an emptyMetaelement.- Returns:
- The new element.
 
- 
meterCreates an emptyMeterelement.- Returns:
- The new element.
 
- 
meterCreates aMeterelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
noscriptCreates an emptyNoscriptelement.- Returns:
- The new element.
 
- 
noscriptCreates aNoscriptelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
objectCreates an emptyObject_element.- Returns:
- The new element.
 
- 
objectCreates anObject_element with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
olCreates an emptyOlelement.- Returns:
- The new element.
 
- 
olCreates anOlelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
optgroupCreates an emptyOptgroupelement.- Returns:
- The new element.
 
- 
optgroupCreates anOptgroupelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
optionCreates an emptyOptionelement.- Returns:
- The new element.
 
- 
optionCreates anOptionelement with the specifiedOption.text(Object)attribute.- Parameters:
- text- The- Option.text(Object)attribute.
- Returns:
- The new element.
 
- 
optionCreates anOptionelement with the specifiedOption.value(Object)attribute andOption.text(Object)node.- Parameters:
- value- The- Option.value(Object)attribute.
- text- The- Option.text(Object)node.
- Returns:
- The new element.
 
- 
outputCreates an emptyOutputelement.- Returns:
- The new element.
 
- 
outputCreates anOutputelement with the specifiedOutput.name(String)attribute.- Parameters:
- name- The- Output.name(String)attribute.
- Returns:
- The new element.
 
- 
pCreates an emptyPelement.- Returns:
- The new element.
 
- 
pCreates aPelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
paramCreates an emptyParamelement.- Returns:
- The new element.
 
- 
param- Parameters:
- name- The- Param.name(String)attribute.
- value- The- Param.value(Object)attribute.
- Returns:
- The new element.
 
- 
preCreates an emptyPreelement.- Returns:
- The new element.
 
- 
preCreates aPreelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
progressCreates an emptyProgresselement.- Returns:
- The new element.
 
- 
progressCreates aProgresselement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
qCreates an emptyQelement.- Returns:
- The new element.
 
- 
qCreates aQelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
rbCreates an emptyRbelement.- Returns:
- The new element.
 
- 
rbCreates aRbelement with the specifiedRb.children(Object[])nodes.- Parameters:
- children- The- Rb.children(Object[])nodes.
- Returns:
- The new element.
 
- 
rpCreates an emptyRpelement.- Returns:
- The new element.
 
- 
rpCreates aRpelement with the specifiedRp.children(Object[])nodes.- Parameters:
- children- The- Rp.children(Object[])nodes.
- Returns:
- The new element.
 
- 
rtCreates an emptyRtelement.- Returns:
- The new element.
 
- 
rtCreates aRtelement with the specifiedRt.children(Object[])nodes.- Parameters:
- children- The- Rt.children(Object[])nodes.
- Returns:
- The new element.
 
- 
rtcCreates an emptyRtcelement.- Returns:
- The new element.
 
- 
rtcCreates anRtcelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
rubyCreates an emptyRubyelement.- Returns:
- The new element.
 
- 
rubyCreates aRubyelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
sCreates an emptySelement.- Returns:
- The new element.
 
- 
sCreates anSelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
sampCreates an emptySampelement.- Returns:
- The new element.
 
- 
sampCreates aSampelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
scriptCreates an emptyScriptelement.- Returns:
- The new element.
 
- 
scriptCreates aScriptelement with the specifiedScript.type(String)attribute andScript.text(Object)node.- Parameters:
- type- The- Script.type(String)attribute.
- text- The child text node.
- Returns:
- The new element.
 
- 
sectionCreates an emptySectionelement.- Returns:
- The new element.
 
- 
sectionCreates aSectionelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
selectCreates an emptySelectelement.- Returns:
- The new element.
 
- 
selectCreates aSelectelement with the specifiedSelect.name(String)attribute and child nodes.- Parameters:
- name- The- Select.name(String)attribute.
- children- The child nodes.
- Returns:
- The new element.
 
- 
smallCreates an emptySmallelement.- Returns:
- The new element.
 
- 
smallCreates aSmallelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
sourceCreates an emptySourceelement.- Returns:
- The new element.
 
- 
source- Parameters:
- src- The- Source.src(Object)attribute.
- type- The- Source.type(String)attribute.
- Returns:
- The new element.
 
- 
spanCreates an emptySpanelement.- Returns:
- The new element.
 
- 
spanCreates aSpanelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
strongCreates an emptyStrongelement.- Returns:
- The new element.
 
- 
strongCreates aStrongelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
styleCreates an emptyStyleelement.- Returns:
- The new element.
 
- 
styleCreates aStyleelement with the specifiedStyle.text(Object)node.- Parameters:
- text- The- Style.text(Object)node.
- Returns:
- The new element.
 
- 
styleCreates aStyleelement with the specified inner text.- Parameters:
- text- The contents of the style element.
 Values will be concatenated with newlines.
- Returns:
- The new element.
 
- 
subCreates an emptySubelement.- Returns:
- The new element.
 
- 
subCreates aSubelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
supCreates an emptySupelement.- Returns:
- The new element.
 
- 
supCreates aSupelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
tableCreates an emptyTableelement.- Returns:
- The new element.
 
- 
tableCreates aTableelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
tbodyCreates an emptyTbodyelement.- Returns:
- The new element.
 
- 
tbodyCreates aTbodyelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
tdCreates an emptyTdelement.- Returns:
- The new element.
 
- 
tdCreates aTdelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
templateCreates an emptyTemplateelement.- Returns:
- The new element.
 
- 
templateCreates aTemplateelement with the specifiedTemplate.id(String)attribute and child nodes.- Parameters:
- id- The- Template.id(String)attribute.
- children- The child nodes.
- Returns:
- The new element.
 
- 
textareaCreates an emptyTextareaelement.- Returns:
- The new element.
 
- 
textareaCreates aTextareaelement with the specifiedTextarea.name(String)attribute andTextarea.text(Object)node.- Parameters:
- name- The- Textarea.name(String)attribute.
- text- The- Textarea.text(Object)node.
- Returns:
- The new element.
 
- 
tfootCreates an emptyTfootelement.- Returns:
- The new element.
 
- 
tfootCreates aTfootelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
thCreates an emptyThelement.- Returns:
- The new element.
 
- 
thCreates aThelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
theadCreates an emptyTheadelement.- Returns:
- The new element.
 
- 
theadCreates aTheadelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
timeCreates an emptyTimeelement.- Returns:
- The new element.
 
- 
timeCreates aTimeelement with the specifiedTime.children(Object[])nodes.- Parameters:
- children- The- Time.children(Object[])nodes.
- Returns:
- The new element.
 
- 
titleCreates an emptyTitleelement.- Returns:
- The new element.
 
- 
titleCreates aTitleelement with the specifiedTitle.text(Object)node.- Parameters:
- text- The- Title.text(Object)node.
- Returns:
- The new element.
 
- 
trCreates an emptyTrelement.- Returns:
- The new element.
 
- 
trCreates aTrelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
trackCreates an emptyTrackelement.- Returns:
- The new element.
 
- 
track- Parameters:
- src- The- Track.src(Object)attribute.
- kind- The- Track.kind(String)attribute.
- Returns:
- The new element.
 
- 
uCreates an emptyUelement.- Returns:
- The new element.
 
- 
uCreates aUelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
ulCreates an emptyUlelement.- Returns:
- The new element.
 
- 
ulCreates aUlelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
varCreates an emptyVarelement.- Returns:
- The new element.
 
- 
varCreates aVarelement with the specified child nodes.- Parameters:
- children- The child nodes.
- Returns:
- The new element.
 
- 
videoCreates an emptyVideoelement.- Returns:
- The new element.
 
- 
videoCreates aVideoelement with the specifiedVideo.src(Object)attribute.- Parameters:
- src- The- Video.src(Object)attribute.
- Returns:
- The new element.
 
- 
wbrCreates an emptyWbrelement.- Returns:
- The new element.
 
 
-