GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaclass HtmlAppendableBase
HtmlAppendableBase()
HtmlAppendable
HtmlAppendableBase
Abstract
getIndentPrefix()
Get prefix appended after a new line character for every indent level
LineAppendable
Used to collect line text for further processing control output of new lines limitin...
getOptions()
Get current options as bit mask flags
HtmlAppendableBase()
LineAppendableImpl()
LineAppendable
LineAppendableImpl
S
repeatOf()
RepeatedSequence
CharSequence that repeats in a wraparound the given sequence. Partial repeat occurs ...
Abstract
setIndentPrefix()
Set prefix to append after a new line character for every indent level
HtmlAppendableBase()
O
addIndentOnFirstEOL()
Abstract
addIndentOnFirstEOL()
Add an indent on first EOL appended and run runnable
O
addPrefix()
addPrefix()
Add to prefix appended after a new line character for every line and after a new lin...
O
addPrefix()
Abstract
addPrefix()
Add to prefix appended after a new line character for every line and after a new lin...
O
append()
Abstract
append()
O
append()
Abstract
append()
O
append()
Abstract
append()
Append lines from another line formatting appendable. <p> NOTE: does not apply forma...
O
append()
Abstract
append()
O
append()
Abstract
append()
appendTo()
Abstract
appendTo()
append lines to appendable with given maximum trailing blank lines and given prefix ...
O
attr()
isEmpty()
Attributes
MutableAttributes()
Attributes
MutableAttributes
addValues()
O
attr()
MutableAttributes()
addValue()
O
attr()
Abstract
getName()
Immutable
Attribute
Abstract
getValue()
O
blankLine()
Abstract
blankLine()
Add a blank line, if there is not one already appended.
O
blankLine()
Abstract
blankLine()
Add a blank lines, if there isn't already given number of blank lines appended. Will...
O
blankLineIf()
Abstract
blankLineIf()
Add a blank line, if predicate is true and there isn't already blank lines appended.
O
changeOptions()
Abstract
changeOptions()
O
closePre()
Abstract
closePreFormatted()
Close preformatted section and suspend content modification
O
closePreFormatted()
O
closeTag()
tagClosed()
popTag()
getOpenTagText()
S
splice()
Utils
O
column()
Abstract
column()
Get column offset after last append
O
endsWithEOL()
Abstract
endsWithEOL()
O
getAfterEolPrefixDelta()
Abstract
getAfterEolPrefixDelta()
Get pending prefix after EOL
O
getAttributes()
O
getBeforeEolPrefix()
Abstract
getBeforeEolPrefix()
Get prefix used before EOL
O
getBuilder()
Abstract
getBuilder()
Get builder used for accumulation
O
getEmptyAppendable()
O
getIndentPrefix()
O
getLine()
Abstract
getLine()
Get Line at given line index <p> NOTE: if there is an unterminated line it will be a...
O
getLineCount()
Abstract
getLineCount()
Get the number of lines appended, not including any unterminated ones
O
getLineCountWithPending()
Abstract
getLineCountWithPending()
Get the number of lines appended, including any unterminated ones <p> NOTE: if there...
O
getLineInfo()
Abstract
getLineInfo()
Get Line information at given line index <p> NOTE: if there is an unterminated line ...
O
getLines()
Abstract
getLines()
Full line iterator over some lines <p> NOTE: will issue line() to terminate any unte...
O
getLinesInfo()
Abstract
getLinesInfo()
Full line iterator with line info <p> NOTE: will issue line() to terminate any unter...
O
getOpenTags()
O
getOpenTagsAfterLast()
O
getOptionSet()
Abstract
getOptionSet()
Get current options as set which can be used to modify options
O
getOptions()
O
getPendingEOL()
Abstract
getPendingEOL()
Get number of EOLs at end of appendable, this is actually number of tail blank lines
O
getPendingSpace()
Abstract
getPendingSpace()
Get number of spaces at end of pending text
O
getPrefix()
Abstract
getPrefix()
Get prefix being applied to all lines, even in pre-formatted sections This is the pr...
O
getTrailingBlankLines()
Abstract
getTrailingBlankLines()
Get trailing blank line count ending on given line
haveOptions()
O
inPre()
Abstract
isPreFormatted()
O
indent()
Abstract
indent()
Increase the indent level, will terminate the current line if there is unterminated ...
O
insertLine()
Abstract
insertLine()
Insert a line at the index with given content and prefix for a line
O
isPendingSpace()
Abstract
isPendingSpace()
Test if trailing text ends in space or tab
O
isPreFormatted()
isSuppressCloseTagLine()
isSuppressOpenTagLine()
O
iterator()
OAbstract
iterator()
Full line iterator NOTE: will not issue line() to terminate any unterminated lines b...
O
line()
Abstract
line()
Add a new line if there was any unterminated text appended or if this is a preformat...
O
lineIf()
Abstract
lineIf()
Add a new line, if predicate is true and line() would add an EOL.
O
lineOnFirstText()
Abstract
lineOnFirstText()
O
lineWithTrailingSpaces()
Abstract
lineWithTrailingSpaces()
Add a new line, keep trailing spaces if there was any unterminated text appended <p>...
O
offset()
Abstract
offset()
Get text offset of all output lines, excluding any text for the last line being accu...
O
offsetWithPending()
Abstract
offsetWithPending()
Get offset after last append as if EOL was added but without the EOL itself
O
openPre()
Abstract
openPreFormatted()
Open preformatted section and suspend content modification
O
openPreFormatted()
O
popOptions()
Abstract
popOptions()
O
popPrefix()
Abstract
popPrefix()
Pop a prefix from the stack and set the current prefix
O
popPrefix()
popPrefix()
Pop a prefix from the stack and set the current prefix
O
pushOptions()
Abstract
pushOptions()
O
pushPrefix()
Abstract
pushPrefix()
Save the current prefix on the stack
pushTag()
O
raw()
O
raw()
O
rawIndentedPre()
O
rawPre()
O
removeExtraBlankLines()
Abstract
removeExtraBlankLines()
Normalize the appendable by removing extra blank lines in the body or at the end of ...
O
removeIndentOnFirstEOL()
Abstract
removeIndentOnFirstEOL()
Remove runnable, has no effect if EOL was already appended and runnable was run
O
removeLines()
Abstract
removeLines()
O
setAttributes()
toMutable()
O
setIndentPrefix()
O
setLine()
Abstract
setLine()
Set content and prefix for a line
O
setOptions()
setOptions()
Set options on processing text
O
setPrefix()
Abstract
setPrefix()
Set prefix appended after a new line character for every line and after a new line i...
O
setPrefix()
setPrefix()
Set prefix appended after a new line character for every line and after a new line i...
O
setPrefixLength()
Abstract
setPrefixLength()
Change prefix length for a given line without changing the line content
setSuppressCloseTagLine()
setSuppressOpenTagLine()
O
tag()
O
tag()
O
tag()
run()
external
Runnable
setLineOnFirstText()
clearLineOnFirstText()
Abstract
unIndentNoEol()
Decrease the indent level, if there is unterminated text then unindented prefix is t...
Abstract
unIndent()
Decrease the indent level, min level is 0, will terminate the current line if there ...
values()
Abstract
isNonRendering()
S
escapeHtml()
Escaping
tagOpened()
O
tag()
O
tagIndent()
O
tagLine()
O
tagLine()
O
tagLine()
O
tagLineIndent()
O
tagVoid()
O
tagVoidLine()
O
text()
O
toSequence()
Abstract
toSequence()
get the resulting text for all lines
toString()
O
toString()
Abstract
toString()
get the resulting text for all lines
O
unIndent()
O
unIndentNoEol()
O
withAttr()
O
withCondIndent()
O
withCondLineOnChildText()
<<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>>