@NotNull HtmlAppendable |
HtmlAppendable.attr(Attribute... attribute) |
@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() |