Package org.xmlet.htmlapifaster
Interface FlowContentChoice<T extends Element<T,Z>,Z extends Element>
-
- All Superinterfaces:
AsyncElement<T>,Element<T,Z>,EmbeddedContentAll9<T,Z>,HeadingContentAll3<T,Z>,PhrasingContentChoice<T,Z>,SectioningContentAll5<T,Z>,TextGroup<T,Z>
- All Known Subinterfaces:
DivChoice0<T,Z>,FieldsetChoice0<T,Z>,FigureChoice0<T,Z>
- All Known Implementing Classes:
Address,Blockquote,Body,Caption,CustomElement,Dd,Dialog,Div,Fieldset,Figcaption,Figure,Footer,Form,Header,Li,Main,Section,Td
public interface FlowContentChoice<T extends Element<T,Z>,Z extends Element> extends HeadingContentAll3<T,Z>, SectioningContentAll5<T,Z>, PhrasingContentChoice<T,Z>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Address<T>address()default Blockquote<T>blockquote()default Details<T>details()default Dialog<T>dialog()default Div<T>div()default Dl<T>dl()default Fieldset<T>fieldset()default Figure<T>figure()default Footer<T>footer()default Form<T>form()default Header<T>header()default Hr<T>hr()default Main<T>main()default Ol<T>ol()default P<T>p()default Pre<T>pre()default Style<T>style()default Table<T>table()default Ul<T>ul()-
Methods inherited from interface org.xmlet.htmlapifaster.Element
__, await, custom, dynamic, getName, getParent, getVisitor, of, self
-
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.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
-
-
-
-
Method Detail
-
blockquote
default Blockquote<T> blockquote()
-
-