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 class
HtmlWriter
-
Uses of HtmlAppendable in com.vladsch.flexmark.util.html
Classes in com.vladsch.flexmark.util.html that implement HtmlAppendable Modifier and Type Class Description class
HtmlAppendableBase<T extends HtmlAppendableBase<T>>
Methods in com.vladsch.flexmark.util.html that return HtmlAppendable Modifier and Type Method Description @NotNull HtmlAppendable
HtmlAppendable. attr(@NotNull Attribute... attribute)
@NotNull HtmlAppendable
HtmlAppendable. attr(@NotNull Attributes attributes)
@NotNull HtmlAppendable
HtmlAppendable. attr(@NotNull java.lang.CharSequence attrName, @NotNull java.lang.CharSequence value)
@NotNull HtmlAppendable
HtmlAppendable. closePre()
@NotNull HtmlAppendable
HtmlAppendable. closeTag(@NotNull java.lang.CharSequence tagName)
@NotNull HtmlAppendable
HtmlAppendableBase. getEmptyAppendable()
@NotNull HtmlAppendable
HtmlAppendable. openPre()
@NotNull HtmlAppendable
HtmlAppendable. raw(@NotNull java.lang.CharSequence s)
@NotNull HtmlAppendable
HtmlAppendable. raw(@NotNull java.lang.CharSequence s, int count)
@NotNull HtmlAppendable
HtmlAppendable. rawIndentedPre(@NotNull java.lang.CharSequence s)
@NotNull HtmlAppendable
HtmlAppendable. rawPre(@NotNull java.lang.CharSequence s)
@NotNull HtmlAppendable
HtmlAppendable. setAttributes(@NotNull Attributes attributes)
@NotNull HtmlAppendable
HtmlAppendable. tag(@NotNull java.lang.CharSequence tagName)
@NotNull HtmlAppendable
HtmlAppendable. tag(@NotNull java.lang.CharSequence tagName, boolean voidElement)
@NotNull HtmlAppendable
HtmlAppendable. tag(@NotNull java.lang.CharSequence tagName, boolean withIndent, boolean withLine, @NotNull java.lang.Runnable runnable)
@NotNull HtmlAppendable
HtmlAppendable. tag(@NotNull java.lang.CharSequence tagName, @NotNull java.lang.Runnable runnable)
@NotNull HtmlAppendable
HtmlAppendable. tagIndent(@NotNull java.lang.CharSequence tagName, @NotNull java.lang.Runnable runnable)
@NotNull HtmlAppendable
HtmlAppendable. tagLine(@NotNull java.lang.CharSequence tagName)
@NotNull HtmlAppendable
HtmlAppendable. tagLine(@NotNull java.lang.CharSequence tagName, boolean voidElement)
@NotNull HtmlAppendable
HtmlAppendable. tagLine(@NotNull java.lang.CharSequence tagName, @NotNull java.lang.Runnable runnable)
@NotNull HtmlAppendable
HtmlAppendable. tagLineIndent(@NotNull java.lang.CharSequence tagName, @NotNull java.lang.Runnable runnable)
@NotNull HtmlAppendable
HtmlAppendable. tagVoid(@NotNull java.lang.CharSequence tagName)
@NotNull HtmlAppendable
HtmlAppendable. tagVoidLine(@NotNull java.lang.CharSequence tagName)
@NotNull HtmlAppendable
HtmlAppendable. text(@NotNull java.lang.CharSequence s)
@NotNull HtmlAppendable
HtmlAppendable. withAttr()
@NotNull HtmlAppendable
HtmlAppendable. withCondIndent()
@NotNull HtmlAppendable
HtmlAppendable. 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 class
HtmlBuilder
-