Uses of Interface
com.vladsch.flexmark.formatter.TranslationContext
Packages that use TranslationContext
-
Uses of TranslationContext in com.vladsch.flexmark.formatter
Subinterfaces of TranslationContext in com.vladsch.flexmark.formatterModifier and TypeInterfaceDescriptioninterfaceThe context for node rendering, including configuration and functionality for the node renderer to use.interfaceinterfaceClasses in com.vladsch.flexmark.formatter that implement TranslationContextModifier and TypeClassDescriptionprivate classprivate classclassMethods in com.vladsch.flexmark.formatter with parameters of type TranslationContextModifier and TypeMethodDescriptionvoidMergeContextConsumer.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 TranslationContextFields in com.vladsch.flexmark.formatter.internal with type parameters of type TranslationContextModifier and TypeFieldDescriptionprivate final HashMap<TranslationContext, Document> MergeContextImpl.myTranslationHandlerDocumentMapMethods in com.vladsch.flexmark.formatter.internal with parameters of type TranslationContextModifier and TypeMethodDescription@NotNull DocumentMergeContextImpl.getDocument(@NotNull TranslationContext context)