Uses of Interface
com.vladsch.flexmark.util.html.HtmlAppendable
Packages that use HtmlAppendable
-
Uses of HtmlAppendable in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement HtmlAppendable -
Uses of HtmlAppendable in com.vladsch.flexmark.util.html
Classes in com.vladsch.flexmark.util.html that implement HtmlAppendableMethods in com.vladsch.flexmark.util.html that return HtmlAppendableModifier and TypeMethodDescription@NotNull HtmlAppendable@NotNull HtmlAppendableHtmlAppendable.attr(@NotNull Attributes attributes) @NotNull HtmlAppendableHtmlAppendable.attr(@NotNull CharSequence attrName, @NotNull CharSequence value) @NotNull HtmlAppendableHtmlAppendable.closePre()@NotNull HtmlAppendableHtmlAppendable.closeTag(@NotNull CharSequence tagName) @NotNull HtmlAppendableHtmlAppendableBase.getEmptyAppendable()@NotNull HtmlAppendableHtmlAppendable.openPre()@NotNull HtmlAppendableHtmlAppendable.raw(@NotNull CharSequence s) @NotNull HtmlAppendableHtmlAppendable.raw(@NotNull CharSequence s, int count) @NotNull HtmlAppendableHtmlAppendable.rawIndentedPre(@NotNull CharSequence s) @NotNull HtmlAppendableHtmlAppendable.rawPre(@NotNull CharSequence s) @NotNull HtmlAppendableHtmlAppendable.setAttributes(@NotNull Attributes attributes) @NotNull HtmlAppendableHtmlAppendable.tag(@NotNull CharSequence tagName) @NotNull HtmlAppendableHtmlAppendable.tag(@NotNull CharSequence tagName, boolean voidElement) @NotNull HtmlAppendableHtmlAppendable.tag(@NotNull CharSequence tagName, boolean withIndent, boolean withLine, @NotNull Runnable runnable) @NotNull HtmlAppendableHtmlAppendable.tag(@NotNull CharSequence tagName, @NotNull Runnable runnable) @NotNull HtmlAppendableHtmlAppendable.tagIndent(@NotNull CharSequence tagName, @NotNull Runnable runnable) @NotNull HtmlAppendableHtmlAppendable.tagLine(@NotNull CharSequence tagName) @NotNull HtmlAppendableHtmlAppendable.tagLine(@NotNull CharSequence tagName, boolean voidElement) @NotNull HtmlAppendableHtmlAppendable.tagLine(@NotNull CharSequence tagName, @NotNull Runnable runnable) @NotNull HtmlAppendableHtmlAppendable.tagLineIndent(@NotNull CharSequence tagName, @NotNull Runnable runnable) @NotNull HtmlAppendableHtmlAppendable.tagVoid(@NotNull CharSequence tagName) @NotNull HtmlAppendableHtmlAppendable.tagVoidLine(@NotNull CharSequence tagName) @NotNull HtmlAppendableHtmlAppendable.text(@NotNull CharSequence s) @NotNull HtmlAppendableHtmlAppendable.withAttr()@NotNull HtmlAppendableHtmlAppendable.withCondIndent()@NotNull HtmlAppendableHtmlAppendable.withCondLineOnChildText() -
Uses of HtmlAppendable in com.vladsch.flexmark.util.html.ui
Classes in com.vladsch.flexmark.util.html.ui that implement HtmlAppendable