Uses of Class
com.vladsch.flexmark.formatter.FormattingPhase
-
-
Uses of FormattingPhase in com.vladsch.flexmark.ext.attributes.internal
Methods in com.vladsch.flexmark.ext.attributes.internal that return types with arguments of type FormattingPhase Modifier and Type Method Description @Nullable java.util.Set<FormattingPhase>
AttributesNodeFormatter. getFormattingPhases()
Methods in com.vladsch.flexmark.ext.attributes.internal with parameters of type FormattingPhase Modifier and Type Method Description void
AttributesNodeFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)
-
Uses of FormattingPhase in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Methods in com.vladsch.flexmark.ext.jekyll.front.matter.internal that return types with arguments of type FormattingPhase Modifier and Type Method Description @Nullable java.util.Set<FormattingPhase>
JekyllFrontMatterNodeFormatter. getFormattingPhases()
Methods in com.vladsch.flexmark.ext.jekyll.front.matter.internal with parameters of type FormattingPhase Modifier and Type Method Description void
JekyllFrontMatterNodeFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)
-
Uses of FormattingPhase in com.vladsch.flexmark.ext.jekyll.tag.internal
Methods in com.vladsch.flexmark.ext.jekyll.tag.internal that return types with arguments of type FormattingPhase Modifier and Type Method Description @Nullable java.util.Set<FormattingPhase>
JekyllTagNodeFormatter. getFormattingPhases()
Methods in com.vladsch.flexmark.ext.jekyll.tag.internal with parameters of type FormattingPhase Modifier and Type Method Description void
JekyllTagNodeFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)
-
Uses of FormattingPhase in com.vladsch.flexmark.ext.wikilink.internal
Fields in com.vladsch.flexmark.ext.wikilink.internal with type parameters of type FormattingPhase Modifier and Type Field Description static java.util.HashSet<FormattingPhase>
WikiLinkNodeFormatter. FORMATTING_PHASES
Methods in com.vladsch.flexmark.ext.wikilink.internal that return types with arguments of type FormattingPhase Modifier and Type Method Description @Nullable java.util.Set<FormattingPhase>
WikiLinkNodeFormatter. getFormattingPhases()
Methods in com.vladsch.flexmark.ext.wikilink.internal with parameters of type FormattingPhase Modifier and Type Method Description void
WikiLinkNodeFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)
-
Uses of FormattingPhase in com.vladsch.flexmark.ext.yaml.front.matter.internal
Methods in com.vladsch.flexmark.ext.yaml.front.matter.internal that return types with arguments of type FormattingPhase Modifier and Type Method Description @Nullable java.util.Set<FormattingPhase>
YamlFrontMatterNodeFormatter. getFormattingPhases()
Methods in com.vladsch.flexmark.ext.yaml.front.matter.internal with parameters of type FormattingPhase Modifier and Type Method Description void
YamlFrontMatterNodeFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)
-
Uses of FormattingPhase in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as FormattingPhase Modifier and Type Field Description private FormattingPhase
Formatter.MainNodeFormatter. phase
Fields in com.vladsch.flexmark.formatter with type parameters of type FormattingPhase Modifier and Type Field Description static java.util.HashSet<FormattingPhase>
NodeRepositoryFormatter. FORMATTING_PHASES
private java.util.Set<FormattingPhase>
Formatter.MainNodeFormatter. renderingPhases
Methods in com.vladsch.flexmark.formatter that return FormattingPhase Modifier and Type Method Description @NotNull FormattingPhase
Formatter.MainNodeFormatter. getFormattingPhase()
@NotNull FormattingPhase
Formatter.MainNodeFormatter.SubNodeFormatter. getFormattingPhase()
@NotNull FormattingPhase
NodeFormatterContext. getFormattingPhase()
static FormattingPhase
FormattingPhase. valueOf(java.lang.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.Methods in com.vladsch.flexmark.formatter that return types with arguments of type FormattingPhase Modifier and Type Method Description @Nullable java.util.Set<FormattingPhase>
NodeRepositoryFormatter. getFormattingPhases()
@Nullable java.util.Set<FormattingPhase>
PhasedNodeFormatter. getFormattingPhases()
Methods in com.vladsch.flexmark.formatter with parameters of type FormattingPhase Modifier and Type Method Description void
NodeRepositoryFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)
void
PhasedNodeFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)
Render the specified node. -
Uses of FormattingPhase in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal with parameters of type FormattingPhase Modifier and Type Method Description void
CoreNodeFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)
-