public class WikiLinkNodeFormatter extends Object implements com.vladsch.flexmark.formatter.PhasedNodeFormatter
| Modifier and Type | Class and Description |
|---|---|
static class |
WikiLinkNodeFormatter.Factory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<com.vladsch.flexmark.formatter.FormattingPhase> |
FORMATTING_PHASES |
| Constructor and Description |
|---|
WikiLinkNodeFormatter(com.vladsch.flexmark.util.data.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Set<com.vladsch.flexmark.formatter.FormattingPhase> |
getFormattingPhases() |
@Nullable Set<Class<?>> |
getNodeClasses() |
@Nullable Set<com.vladsch.flexmark.formatter.NodeFormattingHandler<?>> |
getNodeFormattingHandlers() |
void |
renderDocument(@NotNull com.vladsch.flexmark.formatter.NodeFormatterContext context,
@NotNull com.vladsch.flexmark.formatter.MarkdownWriter markdown,
@NotNull com.vladsch.flexmark.util.ast.Document document,
@NotNull com.vladsch.flexmark.formatter.FormattingPhase phase) |
public static final HashSet<com.vladsch.flexmark.formatter.FormattingPhase> FORMATTING_PHASES
public WikiLinkNodeFormatter(com.vladsch.flexmark.util.data.DataHolder options)
@Nullable public @Nullable Set<com.vladsch.flexmark.formatter.NodeFormattingHandler<?>> getNodeFormattingHandlers()
getNodeFormattingHandlers in interface com.vladsch.flexmark.formatter.NodeFormatter@Nullable public @Nullable Set<Class<?>> getNodeClasses()
getNodeClasses in interface com.vladsch.flexmark.formatter.NodeFormatter@Nullable public @Nullable Set<com.vladsch.flexmark.formatter.FormattingPhase> getFormattingPhases()
getFormattingPhases in interface com.vladsch.flexmark.formatter.PhasedNodeFormatterpublic void renderDocument(@NotNull
@NotNull com.vladsch.flexmark.formatter.NodeFormatterContext context,
@NotNull
@NotNull com.vladsch.flexmark.formatter.MarkdownWriter markdown,
@NotNull
@NotNull com.vladsch.flexmark.util.ast.Document document,
@NotNull
@NotNull com.vladsch.flexmark.formatter.FormattingPhase phase)
renderDocument in interface com.vladsch.flexmark.formatter.PhasedNodeFormatterCopyright © 2020. All rights reserved.