Uses of Interface
com.vladsch.flexmark.html.renderer.LinkResolverContext
Packages that use LinkResolverContext
-
Uses of LinkResolverContext in com.vladsch.flexmark.ext.attributes.internal
Methods in com.vladsch.flexmark.ext.attributes.internal with parameters of type LinkResolverContextModifier and TypeMethodDescription@NotNull AttributeProvider
AttributesAttributeProvider.Factory.apply
(@NotNull LinkResolverContext context) Constructors in com.vladsch.flexmark.ext.attributes.internal with parameters of type LinkResolverContext -
Uses of LinkResolverContext in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type LinkResolverContextModifier and TypeMethodDescription@NotNull AttributeProvider
ZzzzzzAttributeProvider.Factory.apply
(@NotNull LinkResolverContext context) Constructors in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type LinkResolverContext -
Uses of LinkResolverContext in com.vladsch.flexmark.formatter
Subinterfaces of LinkResolverContext in com.vladsch.flexmark.formatterModifier and TypeInterfaceDescriptioninterface
The context for node rendering, including configuration and functionality for the node renderer to use.Classes in com.vladsch.flexmark.formatter that implement LinkResolverContextModifier and TypeClassDescriptionprivate class
private class
class
-
Uses of LinkResolverContext in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement LinkResolverContextModifier and TypeClassDescriptionprivate class
private class
class
Methods in com.vladsch.flexmark.html with parameters of type LinkResolverContextModifier and TypeMethodDescription@NotNull AttributeProvider
AttributeProviderFactory.apply
(@NotNull LinkResolverContext context) -
Uses of LinkResolverContext in com.vladsch.flexmark.html.renderer
Subinterfaces of LinkResolverContext in com.vladsch.flexmark.html.rendererModifier and TypeInterfaceDescriptioninterface
The context for node rendering, including configuration and functionality for the node renderer to use.Methods in com.vladsch.flexmark.html.renderer with parameters of type LinkResolverContextModifier and TypeMethodDescription@NotNull HeaderIdGenerator
HeaderIdGenerator.Factory.create
(@NotNull LinkResolverContext context) @NotNull HtmlIdGenerator
HeaderIdGeneratorFactory.create
(@NotNull LinkResolverContext context) Create a new HeaderIdGenerator for the specified resolver context.