public class FootnoteNodeFormatter extends com.vladsch.flexmark.formatter.NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>
| Modifier and Type | Class and Description |
|---|---|
static class |
FootnoteNodeFormatter.Factory |
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.data.DataKey<Map<String,String>> |
FOOTNOTE_TRANSLATION_MAP |
static com.vladsch.flexmark.util.data.DataKey<Map<String,String>> |
FOOTNOTE_UNIQUIFICATION_MAP |
| Constructor and Description |
|---|
FootnoteNodeFormatter(com.vladsch.flexmark.util.data.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
getNodeClasses() |
Set<com.vladsch.flexmark.formatter.NodeFormattingHandler<?>> |
getNodeFormattingHandlers() |
com.vladsch.flexmark.util.format.options.ElementPlacement |
getReferencePlacement() |
com.vladsch.flexmark.util.format.options.ElementPlacementSort |
getReferenceSort() |
FootnoteRepository |
getRepository(com.vladsch.flexmark.util.data.DataHolder options) |
void |
renderReferenceBlock(FootnoteBlock node,
com.vladsch.flexmark.formatter.NodeFormatterContext context,
com.vladsch.flexmark.formatter.MarkdownWriter markdown) |
public static final com.vladsch.flexmark.util.data.DataKey<Map<String,String>> FOOTNOTE_TRANSLATION_MAP
public FootnoteNodeFormatter(com.vladsch.flexmark.util.data.DataHolder options)
public FootnoteRepository getRepository(com.vladsch.flexmark.util.data.DataHolder options)
getRepository in class com.vladsch.flexmark.formatter.NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>public com.vladsch.flexmark.util.format.options.ElementPlacement getReferencePlacement()
getReferencePlacement in class com.vladsch.flexmark.formatter.NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>public com.vladsch.flexmark.util.format.options.ElementPlacementSort getReferenceSort()
getReferenceSort in class com.vladsch.flexmark.formatter.NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>public void renderReferenceBlock(FootnoteBlock node, com.vladsch.flexmark.formatter.NodeFormatterContext context, com.vladsch.flexmark.formatter.MarkdownWriter markdown)
renderReferenceBlock in class com.vladsch.flexmark.formatter.NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>public Set<com.vladsch.flexmark.formatter.NodeFormattingHandler<?>> getNodeFormattingHandlers()
Copyright © 2019. All rights reserved.