| Package | Description |
|---|---|
| com.vladsch.flexmark.formatter.internal |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<FormattingPhase> |
NodeRepositoryFormatter.FORMATTING_PHASES |
| Modifier and Type | Method and Description |
|---|---|
FormattingPhase |
NodeFormatterContext.getFormattingPhase() |
static FormattingPhase |
FormattingPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormattingPhase[] |
FormattingPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FormattingPhase> |
PhasedNodeFormatter.getFormattingPhases() |
Set<FormattingPhase> |
NodeRepositoryFormatter.getFormattingPhases() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhasedNodeFormatter.renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
Document document,
FormattingPhase phase)
Render the specified node.
|
void |
NodeRepositoryFormatter.renderDocument(NodeFormatterContext context,
MarkdownWriter markdown,
Document document,
FormattingPhase phase) |
Copyright © 2018. All rights reserved.