Uses of Interface
com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory
-
Packages that use HtmlIdGeneratorFactory Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal com.vladsch.flexmark.html.renderer -
-
Uses of HtmlIdGeneratorFactory in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type HtmlIdGeneratorFactory Modifier and Type Method Description @NotNull TranslationHandler
TranslationHandlerFactory. create(@NotNull DataHolder options, @NotNull HtmlIdGeneratorFactory idGeneratorFactory)
TranslationHandler
Formatter. getTranslationHandler(TranslationHandlerFactory translationHandlerFactory, HtmlIdGeneratorFactory idGeneratorFactory)
TranslationHandler
Formatter. getTranslationHandler(HtmlIdGeneratorFactory idGeneratorFactory)
-
Uses of HtmlIdGeneratorFactory in com.vladsch.flexmark.formatter.internal
Fields in com.vladsch.flexmark.formatter.internal declared as HtmlIdGeneratorFactory Modifier and Type Field Description (package private) HtmlIdGeneratorFactory
TranslationHandlerImpl. myIdGeneratorFactory
Constructors in com.vladsch.flexmark.formatter.internal with parameters of type HtmlIdGeneratorFactory Constructor Description TranslationHandlerImpl(DataHolder options, HtmlIdGeneratorFactory idGeneratorFactory)
-
Uses of HtmlIdGeneratorFactory in com.vladsch.flexmark.html.renderer
Subinterfaces of HtmlIdGeneratorFactory in com.vladsch.flexmark.html.renderer Modifier and Type Interface Description interface
HeaderIdGeneratorFactory
Factory for instantiating an HTML id generatorClasses in com.vladsch.flexmark.html.renderer that implement HtmlIdGeneratorFactory Modifier and Type Class Description static class
HeaderIdGenerator.Factory
-