HtmlFormattingAppendable |
HtmlFormattingAppendable.attr(Attribute... attribute) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.attr(Attributes attributes) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.attr(CharSequence attrName,
CharSequence value) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.closePre() |
HtmlFormattingAppendable |
HtmlFormattingAppendable.closeTag(CharSequence tagName) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.openPre() |
HtmlFormattingAppendable |
HtmlFormattingAppendable.raw(CharSequence s) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.raw(CharSequence s,
int count) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.rawIndentedPre(CharSequence s) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.rawPre(CharSequence s) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.setAttributes(Attributes attributes) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tag(CharSequence tagName) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tag(CharSequence tagName,
boolean voidElement) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tag(CharSequence tagName,
boolean withIndent,
boolean withLine,
Runnable runnable) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tag(CharSequence tagName,
Runnable runnable) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tagIndent(CharSequence tagName,
Runnable runnable) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tagLine(CharSequence tagName) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tagLine(CharSequence tagName,
boolean voidElement) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tagLine(CharSequence tagName,
Runnable runnable) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tagLineIndent(CharSequence tagName,
Runnable runnable) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tagVoid(CharSequence tagName) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.tagVoidLine(CharSequence tagName) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.text(CharSequence s) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.withAttr() |
HtmlFormattingAppendable |
HtmlFormattingAppendable.withCondIndent() |
default HtmlFormattingAppendable |
HtmlFormattingAppendable.withCondLine()
Deprecated.
|
HtmlFormattingAppendable |
HtmlFormattingAppendable.withCondLineOnChildText() |