| Package | Description |
|---|---|
| com.vladsch.flexmark.formatter | |
| com.vladsch.flexmark.formatter.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeFormatterSubContext |
| Modifier and Type | Method and Description |
|---|---|
NodeFormatterContext |
MarkdownWriter.getContext() |
NodeFormatterContext |
NodeFormatterContext.getSubContext(Appendable out)
Creates a child rendering context that can be used to collect rendered html text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranslationHandler.beginRendering(com.vladsch.flexmark.util.ast.Document node,
NodeFormatterContext context,
MarkdownWriter out) |
String |
NodeRepositoryFormatter.modifyTransformedReference(String transformedReferenceId,
NodeFormatterContext context) |
void |
CustomNodeFormatter.render(N node,
NodeFormatterContext context,
MarkdownWriter markdown) |
void |
TranslatingSpanRender.render(NodeFormatterContext context,
MarkdownWriter markdown) |
void |
NodeFormattingHandler.render(com.vladsch.flexmark.util.ast.Node node,
NodeFormatterContext context,
MarkdownWriter markdown) |
void |
PhasedNodeFormatter.renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
com.vladsch.flexmark.util.ast.Document document,
FormattingPhase phase)
Render the specified node.
|
void |
NodeRepositoryFormatter.renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
com.vladsch.flexmark.util.ast.Document document,
FormattingPhase phase) |
protected void |
NodeRepositoryFormatter.renderReference(B node,
NodeFormatterContext context,
MarkdownWriter markdown) |
abstract void |
NodeRepositoryFormatter.renderReferenceBlock(B node,
NodeFormatterContext context,
MarkdownWriter markdown) |
void |
MarkdownWriter.setContext(NodeFormatterContext context) |
protected String |
NodeRepositoryFormatter.transformReferenceId(String nodeText,
NodeFormatterContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TranslationHandlerImpl.beginRendering(com.vladsch.flexmark.util.ast.Document node,
NodeFormatterContext context,
MarkdownWriter appendable) |
void |
CoreNodeFormatter.renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
com.vladsch.flexmark.util.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.util.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) |
void |
CoreNodeFormatter.renderReferenceBlock(com.vladsch.flexmark.ast.Reference node,
NodeFormatterContext context,
MarkdownWriter markdown) |
static void |
CoreNodeFormatter.renderTextBlockParagraphLines(com.vladsch.flexmark.util.ast.Node node,
NodeFormatterContext context,
MarkdownWriter markdown) |
Copyright © 2020. All rights reserved.