Uses of Interface
com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory
Packages that use HtmlIdGeneratorFactory
Package
Description
-
Uses of HtmlIdGeneratorFactory in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type HtmlIdGeneratorFactoryModifier and TypeMethodDescription@NotNull TranslationHandler
TranslationHandlerFactory.create
(@NotNull DataHolder options, @NotNull HtmlIdGeneratorFactory idGeneratorFactory) Formatter.getTranslationHandler
(TranslationHandlerFactory translationHandlerFactory, HtmlIdGeneratorFactory idGeneratorFactory) Formatter.getTranslationHandler
(HtmlIdGeneratorFactory idGeneratorFactory) -
Uses of HtmlIdGeneratorFactory in com.vladsch.flexmark.formatter.internal
Fields in com.vladsch.flexmark.formatter.internal declared as HtmlIdGeneratorFactoryModifier and TypeFieldDescription(package private) final HtmlIdGeneratorFactory
TranslationHandlerImpl.myIdGeneratorFactory
Constructors in com.vladsch.flexmark.formatter.internal with parameters of type HtmlIdGeneratorFactoryModifierConstructorDescriptionTranslationHandlerImpl
(DataHolder options, HtmlIdGeneratorFactory idGeneratorFactory) -
Uses of HtmlIdGeneratorFactory in com.vladsch.flexmark.html.renderer
Subinterfaces of HtmlIdGeneratorFactory in com.vladsch.flexmark.html.rendererModifier and TypeInterfaceDescriptioninterface
Factory for instantiating an HTML id generatorClasses in com.vladsch.flexmark.html.renderer that implement HtmlIdGeneratorFactory