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) TranslationHandler
Formatter.MainNodeFormatter. translationHandler
Methods in com.vladsch.flexmark.formatter that return TranslationHandler Modifier and Type Method Description @NotNull TranslationHandler
TranslationHandlerFactory. create(@NotNull DataHolder options, @NotNull HtmlIdGeneratorFactory idGeneratorFactory)
TranslationHandler
Formatter. getTranslationHandler()
TranslationHandler
Formatter. getTranslationHandler(TranslationHandlerFactory translationHandlerFactory, HtmlIdGeneratorFactory idGeneratorFactory)
TranslationHandler
Formatter. getTranslationHandler(HtmlIdGeneratorFactory idGeneratorFactory)
Methods in com.vladsch.flexmark.formatter with parameters of type TranslationHandler Modifier and Type Method Description java.lang.String
Formatter. translationRender(Node document, TranslationHandler translationHandler, RenderPurpose renderPurpose)
Render the tree of nodes to markdownvoid
Formatter. translationRender(Node document, java.lang.Appendable output, int maxTrailingBlankLines, TranslationHandler translationHandler, RenderPurpose renderPurpose)
Render a node to the appendablevoid
Formatter. 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 class
TranslationHandlerImpl
Fields in com.vladsch.flexmark.formatter.internal declared as TranslationHandler Modifier and Type Field Description private TranslationHandler[]
MergeContextImpl. myTranslationHandlers
Methods 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)
-