Uses of Interface
com.vladsch.flexmark.util.html.HtmlAppendable
-
Packages that use HtmlAppendable Package Description com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer)com.vladsch.flexmark.util.html com.vladsch.flexmark.util.html.ui -
-
Uses of HtmlAppendable in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement HtmlAppendable Modifier and Type Class Description classHtmlWriter -
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 java.lang.CharSequence attrName, @NotNull java.lang.CharSequence value)@NotNull HtmlAppendableHtmlAppendable. closePre()@NotNull HtmlAppendableHtmlAppendable. closeTag(@NotNull java.lang.CharSequence tagName)@NotNull HtmlAppendableHtmlAppendableBase. getEmptyAppendable()@NotNull HtmlAppendableHtmlAppendable. openPre()@NotNull HtmlAppendableHtmlAppendable. raw(@NotNull java.lang.CharSequence s)@NotNull HtmlAppendableHtmlAppendable. raw(@NotNull java.lang.CharSequence s, int count)@NotNull HtmlAppendableHtmlAppendable. rawIndentedPre(@NotNull java.lang.CharSequence s)@NotNull HtmlAppendableHtmlAppendable. rawPre(@NotNull java.lang.CharSequence s)@NotNull HtmlAppendableHtmlAppendable. setAttributes(@NotNull Attributes attributes)@NotNull HtmlAppendableHtmlAppendable. tag(@NotNull java.lang.CharSequence tagName)@NotNull HtmlAppendableHtmlAppendable. tag(@NotNull java.lang.CharSequence tagName, boolean voidElement)@NotNull HtmlAppendableHtmlAppendable. tag(@NotNull java.lang.CharSequence tagName, boolean withIndent, boolean withLine, @NotNull java.lang.Runnable runnable)@NotNull HtmlAppendableHtmlAppendable. tag(@NotNull java.lang.CharSequence tagName, @NotNull java.lang.Runnable runnable)@NotNull HtmlAppendableHtmlAppendable. tagIndent(@NotNull java.lang.CharSequence tagName, @NotNull java.lang.Runnable runnable)@NotNull HtmlAppendableHtmlAppendable. tagLine(@NotNull java.lang.CharSequence tagName)@NotNull HtmlAppendableHtmlAppendable. tagLine(@NotNull java.lang.CharSequence tagName, boolean voidElement)@NotNull HtmlAppendableHtmlAppendable. tagLine(@NotNull java.lang.CharSequence tagName, @NotNull java.lang.Runnable runnable)@NotNull HtmlAppendableHtmlAppendable. tagLineIndent(@NotNull java.lang.CharSequence tagName, @NotNull java.lang.Runnable runnable)@NotNull HtmlAppendableHtmlAppendable. tagVoid(@NotNull java.lang.CharSequence tagName)@NotNull HtmlAppendableHtmlAppendable. tagVoidLine(@NotNull java.lang.CharSequence tagName)@NotNull HtmlAppendableHtmlAppendable. text(@NotNull java.lang.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
-