Uses of Interface
com.vladsch.flexmark.formatter.TranslationHandler
Packages that use TranslationHandler
-
Uses of TranslationHandler in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as TranslationHandlerModifier and TypeFieldDescription(package private) final TranslationHandlerFormatter.MainNodeFormatter.translationHandlerMethods in com.vladsch.flexmark.formatter that return TranslationHandlerModifier and TypeMethodDescription@NotNull TranslationHandlerTranslationHandlerFactory.create(@NotNull DataHolder options, @NotNull HtmlIdGeneratorFactory idGeneratorFactory) Formatter.getTranslationHandler()Formatter.getTranslationHandler(TranslationHandlerFactory translationHandlerFactory, HtmlIdGeneratorFactory idGeneratorFactory) Formatter.getTranslationHandler(HtmlIdGeneratorFactory idGeneratorFactory) Methods in com.vladsch.flexmark.formatter with parameters of type TranslationHandlerModifier and TypeMethodDescriptionFormatter.translationRender(Node document, TranslationHandler translationHandler, RenderPurpose renderPurpose) Render the tree of nodes to markdownvoidFormatter.translationRender(Node document, Appendable output, int maxTrailingBlankLines, TranslationHandler translationHandler, RenderPurpose renderPurpose) Render a node to the appendablevoidFormatter.translationRender(Node document, Appendable output, TranslationHandler translationHandler, RenderPurpose renderPurpose) Render a node to the appendableConstructors in com.vladsch.flexmark.formatter with parameters of type TranslationHandlerModifierConstructorDescription(package private)MainNodeFormatter(DataHolder options, MarkdownWriter out, Document document, TranslationHandler translationHandler) -
Uses of TranslationHandler in com.vladsch.flexmark.formatter.internal
Classes in com.vladsch.flexmark.formatter.internal that implement TranslationHandlerFields in com.vladsch.flexmark.formatter.internal declared as TranslationHandlerModifier and TypeFieldDescriptionprivate TranslationHandler[]MergeContextImpl.myTranslationHandlersMethods in com.vladsch.flexmark.formatter.internal that return TranslationHandlerConstructors in com.vladsch.flexmark.formatter.internal with parameters of type TranslationHandlerModifierConstructorDescriptionMergeContextImpl(Document[] documents, TranslationHandler[] translationHandlers)