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 HtmlIdGenerator
EnumeratedReferenceNodePostProcessor. headerIdGenerator
private HtmlIdGenerator
EnumeratedReferenceNodeRenderer. headerIdGenerator
-
Uses of HtmlIdGenerator in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as HtmlIdGenerator Modifier and Type Field Description private HtmlIdGenerator
Formatter.MainNodeFormatter. idGenerator
Methods in com.vladsch.flexmark.formatter that return HtmlIdGenerator Modifier and Type Method Description HtmlIdGenerator
Formatter.MainNodeFormatter. getIdGenerator()
HtmlIdGenerator
Formatter.MainNodeFormatter.SubNodeFormatter. getIdGenerator()
@Nullable HtmlIdGenerator
TranslationContext. 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 HtmlIdGenerator
TranslationHandlerImpl. myIdGenerator
Methods in com.vladsch.flexmark.formatter.internal that return HtmlIdGenerator Modifier and Type Method Description HtmlIdGenerator
TranslationHandlerImpl. 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) HtmlIdGenerator
HtmlRenderer.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 class
HeaderIdGenerator
Fields in com.vladsch.flexmark.html.renderer declared as HtmlIdGenerator Modifier and Type Field Description static HtmlIdGenerator
HtmlIdGenerator. NULL
Methods in com.vladsch.flexmark.html.renderer that return HtmlIdGenerator Modifier and Type Method Description @NotNull HtmlIdGenerator
HeaderIdGeneratorFactory. create(@NotNull LinkResolverContext context)
Create a new HeaderIdGenerator for the specified resolver context.@NotNull HtmlIdGenerator
HtmlIdGeneratorFactory. create()
Create an id generator
-