Uses of Interface
com.vladsch.flexmark.html.renderer.HtmlIdGenerator
-
Packages that use HtmlIdGenerator Package Description com.vladsch.flexmark.ext.enumerated.reference.internal com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer)com.vladsch.flexmark.html.renderer -
-
Uses of HtmlIdGenerator in com.vladsch.flexmark.ext.enumerated.reference.internal
Fields in com.vladsch.flexmark.ext.enumerated.reference.internal declared as HtmlIdGenerator Modifier and Type Field Description private HtmlIdGeneratorEnumeratedReferenceNodePostProcessor. headerIdGeneratorprivate HtmlIdGeneratorEnumeratedReferenceNodeRenderer. headerIdGenerator -
Uses of HtmlIdGenerator in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as HtmlIdGenerator Modifier and Type Field Description private HtmlIdGeneratorFormatter.MainNodeFormatter. idGeneratorMethods in com.vladsch.flexmark.formatter that return HtmlIdGenerator Modifier and Type Method Description HtmlIdGeneratorFormatter.MainNodeFormatter. getIdGenerator()HtmlIdGeneratorFormatter.MainNodeFormatter.SubNodeFormatter. getIdGenerator()@Nullable HtmlIdGeneratorTranslationContext. getIdGenerator() -
Uses of HtmlIdGenerator in com.vladsch.flexmark.formatter.internal
Fields in com.vladsch.flexmark.formatter.internal declared as HtmlIdGenerator Modifier and Type Field Description private HtmlIdGeneratorTranslationHandlerImpl. myIdGeneratorMethods in com.vladsch.flexmark.formatter.internal that return HtmlIdGenerator Modifier and Type Method Description HtmlIdGeneratorTranslationHandlerImpl. getIdGenerator() -
Uses of HtmlIdGenerator in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html declared as HtmlIdGenerator Modifier and Type Field Description (package private) HtmlIdGeneratorHtmlRenderer.MainNodeRenderer. htmlIdGenerator -
Uses of HtmlIdGenerator in com.vladsch.flexmark.html.renderer
Classes in com.vladsch.flexmark.html.renderer that implement HtmlIdGenerator Modifier and Type Class Description classHeaderIdGeneratorFields in com.vladsch.flexmark.html.renderer declared as HtmlIdGenerator Modifier and Type Field Description static HtmlIdGeneratorHtmlIdGenerator. NULLMethods in com.vladsch.flexmark.html.renderer that return HtmlIdGenerator Modifier and Type Method Description @NotNull HtmlIdGeneratorHeaderIdGeneratorFactory. create(@NotNull LinkResolverContext context)Create a new HeaderIdGenerator for the specified resolver context.@NotNull HtmlIdGeneratorHtmlIdGeneratorFactory. create()Create an id generator
-