Uses of Interface
com.vladsch.flexmark.formatter.TranslationContext
-
Packages that use TranslationContext Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal -
-
Uses of TranslationContext in com.vladsch.flexmark.formatter
Subinterfaces of TranslationContext in com.vladsch.flexmark.formatter Modifier and Type Interface Description interfaceNodeFormatterContextThe context for node rendering, including configuration and functionality for the node renderer to use.interfaceTranslationHandlerinterfaceTranslationHandlerFactoryClasses in com.vladsch.flexmark.formatter that implement TranslationContext Modifier and Type Class Description private classFormatter.MainNodeFormatterprivate classFormatter.MainNodeFormatter.SubNodeFormatterclassNodeFormatterSubContextMethods in com.vladsch.flexmark.formatter with parameters of type TranslationContext Modifier and Type Method Description voidMergeContextConsumer. accept(@NotNull TranslationContext docContext, @NotNull Document doc, int index)@NotNull DocumentMergeContext. getDocument(@NotNull TranslationContext context) -
Uses of TranslationContext in com.vladsch.flexmark.formatter.internal
Classes in com.vladsch.flexmark.formatter.internal that implement TranslationContext Modifier and Type Class Description classTranslationHandlerImplFields in com.vladsch.flexmark.formatter.internal with type parameters of type TranslationContext Modifier and Type Field Description private java.util.HashMap<TranslationContext,Document>MergeContextImpl. myTranslationHandlerDocumentMapMethods in com.vladsch.flexmark.formatter.internal with parameters of type TranslationContext Modifier and Type Method Description @NotNull DocumentMergeContextImpl. getDocument(@NotNull TranslationContext context)
-