public class JekyllFrontMatterNodeFormatter extends Object implements PhasedNodeFormatter
| Modifier and Type | Class and Description |
|---|---|
static class |
JekyllFrontMatterNodeFormatter.Factory |
| Constructor and Description |
|---|
JekyllFrontMatterNodeFormatter(DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
Set<FormattingPhase> |
getFormattingPhases() |
Set<Class<?>> |
getNodeClasses() |
Set<NodeFormattingHandler<?>> |
getNodeFormattingHandlers() |
void |
renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
Document document,
FormattingPhase phase) |
public JekyllFrontMatterNodeFormatter(DataHolder options)
public Set<FormattingPhase> getFormattingPhases()
getFormattingPhases in interface PhasedNodeFormatterpublic Set<Class<?>> getNodeClasses()
getNodeClasses in interface NodeFormatterpublic void renderDocument(NodeFormatterContext context, MarkdownWriter markdown, Document document, FormattingPhase phase)
renderDocument in interface PhasedNodeFormatterpublic Set<NodeFormattingHandler<?>> getNodeFormattingHandlers()
getNodeFormattingHandlers in interface NodeFormatterCopyright © 2017. All rights reserved.