Uses of Interface
com.vladsch.flexmark.formatter.TranslationPlaceholderGenerator
-
Packages that use TranslationPlaceholderGenerator Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal -
-
Uses of TranslationPlaceholderGenerator in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type TranslationPlaceholderGenerator Modifier and Type Method Description void
Formatter.MainNodeFormatter. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)
void
Formatter.MainNodeFormatter.SubNodeFormatter. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)
void
TranslationContext. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)
Temporarily change the format for placeholders -
Uses of TranslationPlaceholderGenerator in com.vladsch.flexmark.formatter.internal
Fields in com.vladsch.flexmark.formatter.internal declared as TranslationPlaceholderGenerator Modifier and Type Field Description (package private) static TranslationPlaceholderGenerator
CoreNodeFormatter. htmlEntityPlaceholderGenerator
private TranslationPlaceholderGenerator
TranslationHandlerImpl. myPlaceholderGenerator
Methods in com.vladsch.flexmark.formatter.internal with parameters of type TranslationPlaceholderGenerator Modifier and Type Method Description void
TranslationHandlerImpl. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)
-