Package org.xmlet.htmlapifaster
Interface PhrasingContentWithoutProgressChoice
-
- All Implemented Interfaces:
-
org.xmlet.htmlapifaster.Element,org.xmlet.htmlapifaster.ElementExtensions,org.xmlet.htmlapifaster.EmbeddedContentAll3,org.xmlet.htmlapifaster.TextGroup,org.xmlet.htmlapifaster.async.AsyncElement
public interface PhrasingContentWithoutProgressChoice<T extends Element<T, Z>, Z extends Element> implements EmbeddedContentAll3<T, Z>
-
-
Method Summary
Modifier and Type Method Description A<T>a()Abbr<T>abbr()Area<T>area()B<T>b()Bdi<T>bdi()Bdo<T>bdo()Br<T>br()Button<T>button()Cite<T>cite()Code<T>code()Data<T>data()Datalist<T>datalist()Del<T>del()Dfn<T>dfn()Em<T>em()I<T>i()Input<T>input()Ins<T>ins()Kbd<T>kbd()Label<T>label()Link<T>link()Map<T>map()Mark<T>mark()Meter<T>meter()Noscript<T>noscript()Output<T>output()Q<T>q()Ruby<T>ruby()S<T>s()Samp<T>samp()Script<T>script()Select<T>select()Small<T>small()Span<T>span()Strong<T>strong()Sub<T>sub()Sup<T>sup()Template<T>template()Textarea<T>textarea()Time<T>time()U<T>u()Var<T>var()Wbr<T>wbr()-
Methods inherited from class org.xmlet.htmlapifaster.EmbeddedContentAll3
audio, canvas, embed, iframe, img, math, object, picture, svg, video -
Methods inherited from class org.xmlet.htmlapifaster.TextGroup
comment, text -
Methods inherited from class org.xmlet.htmlapifaster.Element
__, addTextFromkotlin, await, custom, dynamic, getName, getParent, getVisitor, of, raw, self, unaryPlus -
Methods inherited from class org.xmlet.htmlapifaster.async.AsyncElement
await -
Methods inherited from class org.xmlet.htmlapifaster.ElementExtensions
addTextFromkotlin, unaryPlus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-