void |
TranslationHandlerImpl.beginRendering(com.vladsch.flexmark.ast.Document node,
NodeFormatterContext context,
MarkdownWriter appendable) |
String |
NodeRepositoryFormatter.modifyTransformedReference(String transformedReferenceId,
NodeFormatterContext context) |
void |
NodeFormattingHandler.render(com.vladsch.flexmark.ast.Node node,
NodeFormatterContext context,
MarkdownWriter markdown) |
void |
PhasedNodeFormatter.renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
com.vladsch.flexmark.ast.Document document,
FormattingPhase phase)
Render the specified node.
|
void |
NodeRepositoryFormatter.renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
com.vladsch.flexmark.ast.Document document,
FormattingPhase phase) |
void |
CoreNodeFormatter.renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
com.vladsch.flexmark.ast.Document document,
FormattingPhase phase) |
static void |
CoreNodeFormatter.renderList(com.vladsch.flexmark.ast.ListBlock node,
NodeFormatterContext context,
MarkdownWriter markdown) |
static void |
CoreNodeFormatter.renderList(com.vladsch.flexmark.ast.ListBlock node,
NodeFormatterContext context,
MarkdownWriter markdown,
List<com.vladsch.flexmark.ast.Node> itemList) |
static void |
CoreNodeFormatter.renderListItem(com.vladsch.flexmark.ast.ListItem node,
NodeFormatterContext context,
MarkdownWriter markdown,
com.vladsch.flexmark.parser.ListOptions listOptions,
CharSequence markerSuffix,
boolean addBlankLineLooseItems) |
static void |
CoreNodeFormatter.renderLooseItemParagraph(com.vladsch.flexmark.ast.Paragraph node,
NodeFormatterContext context,
MarkdownWriter markdown) |
static void |
CoreNodeFormatter.renderLooseParagraph(com.vladsch.flexmark.ast.Paragraph node,
NodeFormatterContext context,
MarkdownWriter markdown) |
protected void |
NodeRepositoryFormatter.renderReference(B node,
NodeFormatterContext context,
MarkdownWriter markdown) |
abstract void |
NodeRepositoryFormatter.renderReferenceBlock(B node,
NodeFormatterContext context,
MarkdownWriter markdown) |
void |
CoreNodeFormatter.renderReferenceBlock(com.vladsch.flexmark.ast.Reference node,
NodeFormatterContext context,
MarkdownWriter markdown) |
static void |
CoreNodeFormatter.renderTextBlockParagraphLines(com.vladsch.flexmark.ast.Node node,
NodeFormatterContext context,
MarkdownWriter markdown) |
void |
MarkdownWriter.setContext(NodeFormatterContext context) |
protected String |
NodeRepositoryFormatter.transformReferenceId(String nodeText,
NodeFormatterContext context) |