public interface HtmlFormattingAppendable extends FormattingAppendable
COLLAPSE_WHITESPACE, CONVERT_TABS, FORMAT_ALL, PASS_THROUGH, PREFIX_AFTER_PENDING_EOL, SUPPRESS_TRAILING_WHITESPACEaddAfterEolRunnable, addLine, addPrefix, append, append, append, blankLine, blankLine, blankLineIf, closeConditional, closePreFormatted, flush, flush, flushWhitespaces, getAppendable, getIndent, getIndentPrefix, getIOException, getLineCount, getModCount, getOptions, getPendingEOL, getPrefix, getPushedPrefixCount, getText, getText, getTotalIndentPrefix, indent, isPendingEOL, isPendingSpace, isPreFormatted, lastOffset, lastOffset, line, line, lineIf, lineIf, offset, openConditional, openPreFormatted, popPrefix, pushPrefix, repeat, repeat, repeat, setIndentOffset, setIndentPrefix, setOptions, setPrefix, unIndent, willIndentAttributes getAttributes()
HtmlFormattingAppendable setAttributes(Attributes attributes)
boolean inPre()
HtmlFormattingAppendable openPre()
HtmlFormattingAppendable closePre()
HtmlFormattingAppendable raw(CharSequence s)
HtmlFormattingAppendable raw(CharSequence s, int count)
HtmlFormattingAppendable rawPre(CharSequence s)
HtmlFormattingAppendable rawIndentedPre(CharSequence s)
HtmlFormattingAppendable text(CharSequence s)
HtmlFormattingAppendable attr(CharSequence attrName, CharSequence value)
HtmlFormattingAppendable attr(Attribute... attribute)
HtmlFormattingAppendable attr(Attributes attributes)
HtmlFormattingAppendable withAttr()
List<String> getOpenTagsAfterLast(CharSequence latestTag)
HtmlFormattingAppendable withCondLine()
HtmlFormattingAppendable withCondIndent()
HtmlFormattingAppendable tagVoid(CharSequence tagName)
HtmlFormattingAppendable tag(CharSequence tagName)
HtmlFormattingAppendable tag(CharSequence tagName, boolean voidElement)
HtmlFormattingAppendable tag(CharSequence tagName, boolean withIndent, boolean withLine, Runnable runnable)
HtmlFormattingAppendable tagVoidLine(CharSequence tagName)
HtmlFormattingAppendable tagLine(CharSequence tagName)
HtmlFormattingAppendable tagLine(CharSequence tagName, boolean voidElement)
HtmlFormattingAppendable tagLine(CharSequence tagName, Runnable runnable)
HtmlFormattingAppendable tagIndent(CharSequence tagName, Runnable runnable)
HtmlFormattingAppendable tagLineIndent(CharSequence tagName, Runnable runnable)
HtmlFormattingAppendable closeTag(CharSequence tagName)
Copyright © 2018. All rights reserved.