GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaMethod AnchorLinkNodeRenderer.render(node,context,html)
render()
NodeRenderer
class AnchorLinkNodeRenderer
Abstract
isDoNotRenderLinks()
Whether the current rendering context has link rendering disabled. When true any ren...
LinkResolverContext
interface NodeRendererContext
The context for node rendering, including configuration and functionality for the no...
Abstract
renderChildren()
Render the children of the node, used by custom renderers
LinkResolverBasicContext
interface LinkResolverContext
getParent()
abstract class Node
Abstract
getNodeId()
Get the id attribute for the given node.
O
attr()
HtmlAppendable
class HtmlAppendableBase
O
withAttr()
HtmlAppendableBase
class HtmlWriter
O
tag()
O
raw()
O
tag()
MutableAttributes()
Attributes
class MutableAttributes
addValue()
S
of()
Attribute
class AttributeImpl
Abstract
setValue()
Add a new value or values depending on list and name delimiter settings and value co...
Immutable
interface Attribute
getAttributes()
S
of()
AttributeImpl()
withAttr()
O
tag()
O
closeTag()
Abstract
append()
interface LineAppendable
Used to collect line text for further processing control output of new lines limitin...
isEmpty()
class Attributes
values()
Abstract
getValue()
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
line()
Add a new line if there was any unterminated text appended or if this is a preformat...
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 ...
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>><<creates>>