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 HtmlAppendable
HtmlAppendable.attr
(@NotNull Attributes attributes) @NotNull HtmlAppendable
HtmlAppendable.attr
(@NotNull CharSequence attrName, @NotNull CharSequence value) @NotNull HtmlAppendable
HtmlAppendable.closePre()
@NotNull HtmlAppendable
HtmlAppendable.closeTag
(@NotNull CharSequence tagName) @NotNull HtmlAppendable
HtmlAppendableBase.getEmptyAppendable()
@NotNull HtmlAppendable
HtmlAppendable.openPre()
@NotNull HtmlAppendable
HtmlAppendable.raw
(@NotNull CharSequence s) @NotNull HtmlAppendable
HtmlAppendable.raw
(@NotNull CharSequence s, int count) @NotNull HtmlAppendable
HtmlAppendable.rawIndentedPre
(@NotNull CharSequence s) @NotNull HtmlAppendable
HtmlAppendable.rawPre
(@NotNull CharSequence s) @NotNull HtmlAppendable
HtmlAppendable.setAttributes
(@NotNull Attributes attributes) @NotNull HtmlAppendable
HtmlAppendable.tag
(@NotNull CharSequence tagName) @NotNull HtmlAppendable
HtmlAppendable.tag
(@NotNull CharSequence tagName, boolean voidElement) @NotNull HtmlAppendable
HtmlAppendable.tag
(@NotNull CharSequence tagName, boolean withIndent, boolean withLine, @NotNull Runnable runnable) @NotNull HtmlAppendable
HtmlAppendable.tag
(@NotNull CharSequence tagName, @NotNull Runnable runnable) @NotNull HtmlAppendable
HtmlAppendable.tagIndent
(@NotNull CharSequence tagName, @NotNull Runnable runnable) @NotNull HtmlAppendable
HtmlAppendable.tagLine
(@NotNull CharSequence tagName) @NotNull HtmlAppendable
HtmlAppendable.tagLine
(@NotNull CharSequence tagName, boolean voidElement) @NotNull HtmlAppendable
HtmlAppendable.tagLine
(@NotNull CharSequence tagName, @NotNull Runnable runnable) @NotNull HtmlAppendable
HtmlAppendable.tagLineIndent
(@NotNull CharSequence tagName, @NotNull Runnable runnable) @NotNull HtmlAppendable
HtmlAppendable.tagVoid
(@NotNull CharSequence tagName) @NotNull HtmlAppendable
HtmlAppendable.tagVoidLine
(@NotNull CharSequence tagName) @NotNull HtmlAppendable
HtmlAppendable.text
(@NotNull 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