Package com.vladsch.flexmark.formatter
Interface TranslationHandlerFactory
- All Superinterfaces:
TranslationContext
-
Method Summary
Modifier and TypeMethodDescription@NotNull TranslationHandler
create
(@NotNull DataHolder options, @NotNull HtmlIdGeneratorFactory idGeneratorFactory) Methods inherited from interface com.vladsch.flexmark.formatter.TranslationContext
customPlaceholderFormat, getIdGenerator, getMergeContext, getRenderPurpose, getTranslationStore, isPostProcessingNonTranslating, isTransformingText, nonTranslatingSpan, postProcessNonTranslating, postProcessNonTranslating, transformAnchorRef, transformNonTranslating, transformTranslating, translatingRefTargetSpan, translatingSpan
-
Method Details
-
create
@NotNull @NotNull TranslationHandler create(@NotNull @NotNull DataHolder options, @NotNull @NotNull HtmlIdGeneratorFactory idGeneratorFactory)
-