Package org.xmlet.htmlapifaster
Interface EmbeddedContentAll3<T extends Element<T,Z>,Z extends Element>
-
- All Superinterfaces:
AsyncElement<T>,Element<T,Z>,TextGroup<T,Z>
- All Known Subinterfaces:
PhrasingContentWithoutDfnChoice<T,Z>,PhrasingContentWithoutMeterChoice<T,Z>,PhrasingContentWithoutProgressChoice<T,Z>
public interface EmbeddedContentAll3<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 Audio<T>audio()default Canvas<T>canvas()default Embed<T>embed()default Iframe<T>iframe()default Img<T>img()default Math<T>math()default Object<T>object()default Picture<T>picture()default Svg<T>svg()default Video<T>video()
-