public class MacrosNodeFormatter extends com.vladsch.flexmark.formatter.NodeRepositoryFormatter<MacroDefinitionRepository,MacroDefinitionBlock,MacroReference>
| Modifier and Type | Class and Description |
|---|---|
static class |
MacrosNodeFormatter.Factory |
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.data.DataKey<Map<String,String>> |
MACROS_TRANSLATION_MAP |
static com.vladsch.flexmark.util.data.DataKey<Map<String,String>> |
MACROS_UNIQUIFICATION_MAP |
| Constructor and Description |
|---|
MacrosNodeFormatter(com.vladsch.flexmark.util.data.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Set<Class<?>> |
getNodeClasses() |
@Nullable Set<com.vladsch.flexmark.formatter.NodeFormattingHandler<?>> |
getNodeFormattingHandlers() |
com.vladsch.flexmark.util.format.options.ElementPlacement |
getReferencePlacement() |
com.vladsch.flexmark.util.format.options.ElementPlacementSort |
getReferenceSort() |
MacroDefinitionRepository |
getRepository(com.vladsch.flexmark.util.data.DataHolder options) |
void |
renderReferenceBlock(MacroDefinitionBlock node,
com.vladsch.flexmark.formatter.NodeFormatterContext context,
com.vladsch.flexmark.formatter.MarkdownWriter markdown) |
getFormattingPhases, getReferenceComparator, getTranslationReferencePlacement, makeReferencesUnique, modifyTransformedReference, renderDocument, renderReference, transformReferenceId, uniquifyIdspublic static final com.vladsch.flexmark.util.data.DataKey<Map<String,String>> MACROS_TRANSLATION_MAP
public MacrosNodeFormatter(com.vladsch.flexmark.util.data.DataHolder options)
public MacroDefinitionRepository getRepository(com.vladsch.flexmark.util.data.DataHolder options)
getRepository in class com.vladsch.flexmark.formatter.NodeRepositoryFormatter<MacroDefinitionRepository,MacroDefinitionBlock,MacroReference>public com.vladsch.flexmark.util.format.options.ElementPlacement getReferencePlacement()
getReferencePlacement in class com.vladsch.flexmark.formatter.NodeRepositoryFormatter<MacroDefinitionRepository,MacroDefinitionBlock,MacroReference>public com.vladsch.flexmark.util.format.options.ElementPlacementSort getReferenceSort()
getReferenceSort in class com.vladsch.flexmark.formatter.NodeRepositoryFormatter<MacroDefinitionRepository,MacroDefinitionBlock,MacroReference>public void renderReferenceBlock(MacroDefinitionBlock node, com.vladsch.flexmark.formatter.NodeFormatterContext context, com.vladsch.flexmark.formatter.MarkdownWriter markdown)
renderReferenceBlock in class com.vladsch.flexmark.formatter.NodeRepositoryFormatter<MacroDefinitionRepository,MacroDefinitionBlock,MacroReference>@Nullable public @Nullable Set<com.vladsch.flexmark.formatter.NodeFormattingHandler<?>> getNodeFormattingHandlers()
Copyright © 2020. All rights reserved.