public class YamlFrontMatterNodeFormatter extends Object implements com.vladsch.flexmark.formatter.PhasedNodeFormatter
| Modifier and Type | Class and Description |
|---|---|
static class |
YamlFrontMatterNodeFormatter.Factory |
| Constructor and Description |
|---|
YamlFrontMatterNodeFormatter(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 YamlFrontMatterNodeFormatter(com.vladsch.flexmark.util.data.DataHolder options)
@Nullable public @Nullable Set<com.vladsch.flexmark.formatter.FormattingPhase> getFormattingPhases()
getFormattingPhases in interface com.vladsch.flexmark.formatter.PhasedNodeFormatter@Nullable public @Nullable Set<Class<?>> getNodeClasses()
getNodeClasses in interface com.vladsch.flexmark.formatter.NodeFormatterpublic 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.PhasedNodeFormatter@Nullable public @Nullable Set<com.vladsch.flexmark.formatter.NodeFormattingHandler<?>> getNodeFormattingHandlers()
getNodeFormattingHandlers in interface com.vladsch.flexmark.formatter.NodeFormatterCopyright © 2020. All rights reserved.