Uses of Interface
com.vladsch.flexmark.util.html.HtmlAppendable
-
Packages that use HtmlAppendable Package Description com.vladsch.flexmark.util.html com.vladsch.flexmark.util.html.ui -
-
Uses of HtmlAppendable in com.vladsch.flexmark.util.html
Classes in com.vladsch.flexmark.util.html that implement HtmlAppendable Modifier and Type Class Description classHtmlAppendableBase<T extends HtmlAppendableBase<T>>Methods in com.vladsch.flexmark.util.html that return HtmlAppendable Modifier and Type Method Description @NotNull HtmlAppendableHtmlAppendable. attr(@NotNull Attribute... attribute)@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 Modifier and Type Class Description classHtmlBuilder
-