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 interface
NodeFormatterContext
The context for node rendering, including configuration and functionality for the node renderer to use.interface
TranslationHandler
interface
TranslationHandlerFactory
Classes in com.vladsch.flexmark.formatter that implement TranslationContext Modifier and Type Class Description private class
Formatter.MainNodeFormatter
private class
Formatter.MainNodeFormatter.SubNodeFormatter
class
NodeFormatterSubContext
Methods in com.vladsch.flexmark.formatter with parameters of type TranslationContext Modifier and Type Method Description void
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 TranslationContext Modifier and Type Class Description class
TranslationHandlerImpl
Fields in com.vladsch.flexmark.formatter.internal with type parameters of type TranslationContext Modifier and Type Field Description private java.util.HashMap<TranslationContext,Document>
MergeContextImpl. myTranslationHandlerDocumentMap
Methods in com.vladsch.flexmark.formatter.internal with parameters of type TranslationContext Modifier and Type Method Description @NotNull Document
MergeContextImpl. getDocument(@NotNull TranslationContext context)
-