Interface EmbeddedContentAll3

  • All Implemented Interfaces:
    org.xmlet.htmlapifaster.Element , org.xmlet.htmlapifaster.ElementExtensions , org.xmlet.htmlapifaster.TextGroup , org.xmlet.htmlapifaster.async.AsyncElement

    
    public interface EmbeddedContentAll3<T extends Element<T, Z>, Z extends Element>
     implements TextGroup<T, Z>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Audio<T> audio()
      Canvas<T> canvas()
      Embed<T> embed()
      Iframe<T> iframe()
      Img<T> img()
      Math<T> math()
      Object<T> object()
      Picture<T> picture()
      Svg<T> svg()
      Video<T> 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