Uses of Interface
com.vladsch.flexmark.formatter.TranslationHandler
-
Packages that use TranslationHandler Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal -
-
Uses of TranslationHandler in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as TranslationHandler Modifier and Type Field Description (package private) TranslationHandlerFormatter.MainNodeFormatter. translationHandlerMethods in com.vladsch.flexmark.formatter that return TranslationHandler Modifier and Type Method Description @NotNull TranslationHandlerTranslationHandlerFactory. create(@NotNull DataHolder options, @NotNull HtmlIdGeneratorFactory idGeneratorFactory)TranslationHandlerFormatter. getTranslationHandler()TranslationHandlerFormatter. getTranslationHandler(TranslationHandlerFactory translationHandlerFactory, HtmlIdGeneratorFactory idGeneratorFactory)TranslationHandlerFormatter. getTranslationHandler(HtmlIdGeneratorFactory idGeneratorFactory)Methods in com.vladsch.flexmark.formatter with parameters of type TranslationHandler Modifier and Type Method Description java.lang.StringFormatter. translationRender(Node document, TranslationHandler translationHandler, RenderPurpose renderPurpose)Render the tree of nodes to markdownvoidFormatter. translationRender(Node document, java.lang.Appendable output, int maxTrailingBlankLines, TranslationHandler translationHandler, RenderPurpose renderPurpose)Render a node to the appendablevoidFormatter. translationRender(Node document, java.lang.Appendable output, TranslationHandler translationHandler, RenderPurpose renderPurpose)Render a node to the appendableConstructors in com.vladsch.flexmark.formatter with parameters of type TranslationHandler Constructor Description 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 TranslationHandler Modifier and Type Class Description classTranslationHandlerImplFields in com.vladsch.flexmark.formatter.internal declared as TranslationHandler Modifier and Type Field Description private TranslationHandler[]MergeContextImpl. myTranslationHandlersMethods in com.vladsch.flexmark.formatter.internal that return TranslationHandler Modifier and Type Method Description TranslationHandler[]MergeContextImpl. getTranslationHandlers()Constructors in com.vladsch.flexmark.formatter.internal with parameters of type TranslationHandler Constructor Description MergeContextImpl(Document[] documents, TranslationHandler[] translationHandlers)
-