Package org.xmlet.htmlapifaster
Interface HeadingContentAll3<T extends Element<T,Z>,Z extends Element>
-
- All Superinterfaces:
AsyncElement<T>,Element<T,Z>,TextGroup<T,Z>
- All Known Subinterfaces:
DivChoice0<T,Z>,FieldsetChoice0<T,Z>,FigureChoice0<T,Z>,FlowContentChoice<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 HeadingContentAll3<T extends Element<T,Z>,Z extends Element> extends TextGroup<T,Z>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default H1<T>h1()default H2<T>h2()default H3<T>h3()default H4<T>h4()default H5<T>h5()default H6<T>h6()
-