Package org.xmlet.htmlapifaster
Class Body<Z extends Element>
- java.lang.Object
-
- org.xmlet.htmlapifaster.Body<Z>
-
- All Implemented Interfaces:
AsyncElement<Body<Z>>,CustomAttributeGroup<Body<Z>,Z>,Element<Body<Z>,Z>,EmbeddedContentAll9<Body<Z>,Z>,FlowContentChoice<Body<Z>,Z>,GlobalAttributes<Body<Z>,Z>,GlobalEventAttributes<Body<Z>,Z>,HeadingContentAll3<Body<Z>,Z>,PhrasingContentChoice<Body<Z>,Z>,SectioningContentAll5<Body<Z>,Z>,TextGroup<Body<Z>,Z>
public final class Body<Z extends Element> extends Object implements GlobalAttributes<Body<Z>,Z>, FlowContentChoice<Body<Z>,Z>
-
-
Field Summary
Fields Modifier and Type Field Description protected Zparentprotected ElementVisitorvisitor
-
Constructor Summary
Constructors Modifier Constructor Description Body(ElementVisitor visitor)Body(Z parent)protectedBody(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Z__()Body<Z>attrOnafterprint(String attrOnafterprint)Body<Z>attrOnbeforeprint(String attrOnbeforeprint)Body<Z>attrOnbeforeunload(String attrOnbeforeunload)Body<Z>attrOnhashchange(String attrOnhashchange)Body<Z>attrOnlanguagechange(String attrOnlanguagechange)Body<Z>attrOnmessage(String attrOnmessage)Body<Z>attrOnoffline(String attrOnoffline)Body<Z>attrOnonline(String attrOnonline)Body<Z>attrOnpagehide(String attrOnpagehide)Body<Z>attrOnpageshow(String attrOnpageshow)Body<Z>attrOnpopstate(String attrOnpopstate)Body<Z>attrOnrejectionhandled(String attrOnrejectionhandled)Body<Z>attrOnstorage(String attrOnstorage)Body<Z>attrOnunhandledrejection(String attrOnunhandledrejection)Body<Z>attrOnunload(String attrOnunload)StringgetName()ZgetParent()ElementVisitorgetVisitor()Body<Z>self()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.xmlet.htmlapifaster.CustomAttributeGroup
addAttr
-
Methods inherited from interface org.xmlet.htmlapifaster.EmbeddedContentAll9
audio, canvas, embed, iframe, img, math, object, picture, svg, video
-
Methods inherited from interface org.xmlet.htmlapifaster.FlowContentChoice
address, blockquote, details, dialog, div, dl, fieldset, figure, footer, form, header, hr, main, ol, p, pre, style, table, ul
-
Methods inherited from interface org.xmlet.htmlapifaster.GlobalAttributes
attrAccesskey, attrClass, attrContenteditable, attrDir, attrDraggable, attrHidden, attrId, attrLang, attrSpellcheck, attrStyle, attrTabIndex, attrTitle, attrTranslate
-
Methods inherited from interface org.xmlet.htmlapifaster.GlobalEventAttributes
attrOnabort, attrOnauxclick, attrOnblur, attrOncancel, attrOncanplay, attrOncanplaythrough, attrOnchange, attrOnclick, attrOnclose, attrOncuechange, attrOndblclick, attrOndrag, attrOndragend, attrOndragenter, attrOndragexit, attrOndragleave, attrOndragover, attrOndragstart, attrOndrop, attrOndurationchange, attrOnemptied, attrOnended, attrOnerror, attrOnfocus, attrOninput, attrOninvalid, attrOnkeydown, attrOnkeypress, attrOnkeyup, attrOnload, attrOnloadeddata, attrOnloadedmetadata, attrOnloadend, attrOnloadstart, attrOnmousedown, attrOnmouseenter, attrOnmouseleave, attrOnmousemove, attrOnmouseout, attrOnmouseover, attrOnmouseup, attrOnpause, attrOnplay, attrOnplaying, attrOnprogress, attrOnratechange, attrOnreset, attrOnresize, attrOnscroll, attrOnseeked, attrOnseeking, attrOnselect, attrOnshow, attrOnstalled, attrOnsubmit, attrOnsuspend, attrOntimeupdate, attrOntoogle, attrOnvolumenchange, attrOnwaiting, attrOnwheel
-
Methods inherited from interface org.xmlet.htmlapifaster.PhrasingContentChoice
a, abbr, area, b, bdi, bdo, br, button, cite, code, data, datalist, del, dfn, em, i, input, ins, kbd, label, link, map, mark, meter, noscript, output, progress, q, ruby, s, samp, script, select, small, span, strong, sub, sup, template, textarea, time, u, var, wbr
-
Methods inherited from interface org.xmlet.htmlapifaster.SectioningContentAll5
article, aside, nav, section
-
-
-
-
Field Detail
-
visitor
protected final ElementVisitor visitor
-
-
Constructor Detail
-
Body
public Body(ElementVisitor visitor)
-
Body
public Body(Z parent)
-
Body
protected Body(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
-