GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaMethod TocSubContextSample.CustomNodeRenderer.getNodeRenderingHandlers(null)
O
getNodeRenderingHandlers()
NodeRenderer
class TocSubContextSample.CustomNodeRenderer
Abstract
getDelegatedSubContext()
Creates a child rendering context that can be used to collect rendered html text of ...
LinkResolverContext
interface NodeRendererContext
The context for node rendering, including configuration and functionality for the no...
Abstract
delegateRender()
pass node rendering to previously registered handler
Abstract
getHtmlWriter()
toString()
interface LineAppendable
Used to collect line text for further processing control output of new lines limitin...
println()
external
class? PrintStream
print()
append()
Append lines from another line formatting appendable. <p> NOTE: does not apply forma...
O
tagLineIndent()
HtmlAppendable
class HtmlAppendableBase
NodeRenderingHandler()
AstHandler
class NodeRenderingHandler
Abstract
toString()
get the resulting text for all lines
Abstract
append()
Append lines from another line formatting appendable. <p> NOTE: does not apply forma...
O
tag()
Abstract
line()
Add a new line if there was any unterminated text appended or if this is a preformat...
O
tag()
Abstract
indent()
Increase the indent level, will terminate the current line if there is unterminated ...
getOptions()
Get current options as bit mask flags
run()
external
class? Runnable
setLineOnFirstText()
Abstract
addIndentOnFirstEOL()
Add an indent on first EOL appended and run runnable
clearLineOnFirstText()
Abstract
unIndentNoEol()
Decrease the indent level, if there is unterminated text then unindented prefix is t...
Abstract
removeIndentOnFirstEOL()
Remove runnable, has no effect if EOL was already appended and runnable was run
Abstract
unIndent()
Decrease the indent level, min level is 0, will terminate the current line if there ...
O
closeTag()
Abstract
append()
isEmpty()
class Attributes
values()
Abstract
getValue()
Immutable
interface Attribute
Abstract
isNonRendering()
Abstract
getName()
S
escapeHtml()
class Escaping
tagOpened()
tagClosed()
popTag()
getOpenTagText()
S
splice()
class Utils
S
endsWith()
S
orEmpty()
S
endsWith()
S
replaceAll()
Abstract
replace()
interface Escaping.Replacer
pushTag()
Abstract
getOptionSet()
Get current options as set which can be used to modify options
toInt()
class BitFieldSet
Re-Implementation of RegularEnumSet class for EnumSet, for "regular sized" enum type...
Abstract
lineOnFirstText()
<<creates>>