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 voidAttributesNodeFormatter. 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 voidJekyllFrontMatterNodeFormatter. 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 voidJekyllTagNodeFormatter. 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_PHASESMethods 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 voidWikiLinkNodeFormatter. 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 voidYamlFrontMatterNodeFormatter. 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 FormattingPhaseFormatter.MainNodeFormatter. phaseFields in com.vladsch.flexmark.formatter with type parameters of type FormattingPhase Modifier and Type Field Description static java.util.HashSet<FormattingPhase>NodeRepositoryFormatter. FORMATTING_PHASESprivate java.util.Set<FormattingPhase>Formatter.MainNodeFormatter. renderingPhasesMethods in com.vladsch.flexmark.formatter that return FormattingPhase Modifier and Type Method Description @NotNull FormattingPhaseFormatter.MainNodeFormatter. getFormattingPhase()@NotNull FormattingPhaseFormatter.MainNodeFormatter.SubNodeFormatter. getFormattingPhase()@NotNull FormattingPhaseNodeFormatterContext. getFormattingPhase()static FormattingPhaseFormattingPhase. 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 voidNodeRepositoryFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)voidPhasedNodeFormatter. 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 voidCoreNodeFormatter. renderDocument(@NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown, @NotNull Document document, @NotNull FormattingPhase phase)
-