| Package | Description |
|---|---|
| com.vladsch.flexmark.formatter | |
| com.vladsch.flexmark.formatter.internal |
| Modifier and Type | Field and Description |
|---|---|
protected MarkdownWriter |
NodeFormatterSubContext.markdown |
| Modifier and Type | Method and Description |
|---|---|
void |
TranslationHandler.beginRendering(com.vladsch.flexmark.util.ast.Document node,
NodeFormatterContext context,
MarkdownWriter out) |
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) |
| Constructor and Description |
|---|
NodeFormatterSubContext(MarkdownWriter markdown) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CoreNodeFormatter.appendWhiteSpaceBetween(MarkdownWriter markdown,
com.vladsch.flexmark.util.sequence.BasedSequence prev,
com.vladsch.flexmark.util.sequence.BasedSequence next,
boolean preserve,
boolean collapse,
boolean collapseToEOL) |
static void |
CoreNodeFormatter.appendWhiteSpaceBetween(MarkdownWriter markdown,
com.vladsch.flexmark.util.ast.Node prev,
com.vladsch.flexmark.util.ast.Node next,
boolean preserve,
boolean collapse,
boolean collapseToEOL) |
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 © 2019. All rights reserved.