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 TypeInterfaceDescriptioninterface
The context for node rendering, including configuration and functionality for the node renderer to use.interface
interface
Classes in com.vladsch.flexmark.formatter that implement TranslationContextModifier and TypeClassDescriptionprivate class
private class
class
Methods in com.vladsch.flexmark.formatter with parameters of type TranslationContextModifier and TypeMethodDescriptionvoid
MergeContextConsumer.accept
(@NotNull TranslationContext docContext, @NotNull Document doc, int index) @NotNull Document
MergeContext.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.myTranslationHandlerDocumentMap
Methods in com.vladsch.flexmark.formatter.internal with parameters of type TranslationContextModifier and TypeMethodDescription@NotNull Document
MergeContextImpl.getDocument
(@NotNull TranslationContext context)