GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaMethod MacroNodeRenderer.render(node,context,html)
render()
NodeRenderer
class MacroNodeRenderer
getOpeningMarker()
Node
class Macro
getClosingMarker()
S
spanningChars()
abstract class Node
O
text()
HtmlAppendable
class HtmlAppendableBase
Abstract
renderChildren()
Render the children of the node, used by custom renderers
LinkResolverBasicContext
interface LinkResolverContext
Abstract
getStartOffset()
Get the start offset of this sequence into {@link #getBaseSequence()} and {@link #ge...
IRichSequence...
interface BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
Abstract
getEndOffset()
Get the end offset of this sequence into {@link # getBaseSequence()} and {@link #getB...
Abstract
baseSubSequence()
Get a portion of this sequence's base sequence <p> NOTE: this means that if this seq...
S
escapeHtml()
class Escaping
Abstract
append()
interface LineAppendable
Used to collect line text for further processing control output of new lines limitin...
S
replaceAll()
Abstract
replace()
interface Escaping.Replacer