Interface HtmlAppendable

    • Method Detail

      • getAttributes

        @Nullable
        Attributes getAttributes()
      • inPre

        boolean inPre()
      • raw

        @NotNull
        HtmlAppendable raw​(@NotNull
                           java.lang.CharSequence s)
      • raw

        @NotNull
        HtmlAppendable raw​(@NotNull
                           java.lang.CharSequence s,
                           int count)
      • rawPre

        @NotNull
        HtmlAppendable rawPre​(@NotNull
                              java.lang.CharSequence s)
      • rawIndentedPre

        @NotNull
        HtmlAppendable rawIndentedPre​(@NotNull
                                      java.lang.CharSequence s)
      • text

        @NotNull
        HtmlAppendable text​(@NotNull
                            java.lang.CharSequence s)
      • attr

        @NotNull
        HtmlAppendable attr​(@NotNull
                            java.lang.CharSequence attrName,
                            @NotNull
                            java.lang.CharSequence value)
      • getOpenTags

        @NotNull
        java.util.Stack<java.lang.String> getOpenTags()
      • getOpenTagsAfterLast

        @NotNull
        java.util.List<java.lang.String> getOpenTagsAfterLast​(@NotNull
                                                              java.lang.CharSequence latestTag)
      • withCondLineOnChildText

        @NotNull
        HtmlAppendable withCondLineOnChildText()
      • tagVoid

        @NotNull
        HtmlAppendable tagVoid​(@NotNull
                               java.lang.CharSequence tagName)
      • tag

        @NotNull
        HtmlAppendable tag​(@NotNull
                           java.lang.CharSequence tagName)
      • tag

        @NotNull
        HtmlAppendable tag​(@NotNull
                           java.lang.CharSequence tagName,
                           @NotNull
                           java.lang.Runnable runnable)
      • tag

        @NotNull
        HtmlAppendable tag​(@NotNull
                           java.lang.CharSequence tagName,
                           boolean voidElement)
      • tag

        @NotNull
        HtmlAppendable tag​(@NotNull
                           java.lang.CharSequence tagName,
                           boolean withIndent,
                           boolean withLine,
                           @NotNull
                           java.lang.Runnable runnable)
      • tagVoidLine

        @NotNull
        HtmlAppendable tagVoidLine​(@NotNull
                                   java.lang.CharSequence tagName)
      • tagLine

        @NotNull
        HtmlAppendable tagLine​(@NotNull
                               java.lang.CharSequence tagName)
      • tagLine

        @NotNull
        HtmlAppendable tagLine​(@NotNull
                               java.lang.CharSequence tagName,
                               boolean voidElement)
      • tagLine

        @NotNull
        HtmlAppendable tagLine​(@NotNull
                               java.lang.CharSequence tagName,
                               @NotNull
                               java.lang.Runnable runnable)
      • tagIndent

        @NotNull
        HtmlAppendable tagIndent​(@NotNull
                                 java.lang.CharSequence tagName,
                                 @NotNull
                                 java.lang.Runnable runnable)
      • tagLineIndent

        @NotNull
        HtmlAppendable tagLineIndent​(@NotNull
                                     java.lang.CharSequence tagName,
                                     @NotNull
                                     java.lang.Runnable runnable)
      • closeTag

        @NotNull
        HtmlAppendable closeTag​(@NotNull
                                java.lang.CharSequence tagName)