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 TranslationHandlerTranslationHandlerFactory. create(@NotNull DataHolder options, @NotNull HtmlIdGeneratorFactory idGeneratorFactory)TranslationHandlerFormatter. getTranslationHandler(TranslationHandlerFactory translationHandlerFactory, HtmlIdGeneratorFactory idGeneratorFactory)TranslationHandlerFormatter. 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) HtmlIdGeneratorFactoryTranslationHandlerImpl. myIdGeneratorFactoryConstructors 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 interfaceHeaderIdGeneratorFactoryFactory for instantiating an HTML id generatorClasses in com.vladsch.flexmark.html.renderer that implement HtmlIdGeneratorFactory Modifier and Type Class Description static classHeaderIdGenerator.Factory
-