Uses of Interface
com.vladsch.flexmark.html.renderer.LinkResolverContext
-
Packages that use LinkResolverContext Package Description com.vladsch.flexmark.ext.attributes.internal com.vladsch.flexmark.ext.zzzzzz.internal com.vladsch.flexmark.formatter com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer)com.vladsch.flexmark.html.renderer -
-
Uses of LinkResolverContext in com.vladsch.flexmark.ext.attributes.internal
Methods in com.vladsch.flexmark.ext.attributes.internal with parameters of type LinkResolverContext Modifier and Type Method Description @NotNull AttributeProviderAttributesAttributeProvider.Factory. apply(@NotNull LinkResolverContext context)Constructors in com.vladsch.flexmark.ext.attributes.internal with parameters of type LinkResolverContext Constructor Description AttributesAttributeProvider(LinkResolverContext context) -
Uses of LinkResolverContext in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type LinkResolverContext Modifier and Type Method Description @NotNull AttributeProviderZzzzzzAttributeProvider.Factory. apply(@NotNull LinkResolverContext context)Constructors in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type LinkResolverContext Constructor Description ZzzzzzAttributeProvider(LinkResolverContext context) -
Uses of LinkResolverContext in com.vladsch.flexmark.formatter
Subinterfaces of LinkResolverContext in com.vladsch.flexmark.formatter Modifier and Type Interface Description interfaceNodeFormatterContextThe context for node rendering, including configuration and functionality for the node renderer to use.Classes in com.vladsch.flexmark.formatter that implement LinkResolverContext Modifier and Type Class Description private classFormatter.MainNodeFormatterprivate classFormatter.MainNodeFormatter.SubNodeFormatterclassNodeFormatterSubContext -
Uses of LinkResolverContext in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement LinkResolverContext Modifier and Type Class Description private classHtmlRenderer.MainNodeRendererprivate classHtmlRenderer.MainNodeRenderer.SubNodeRendererclassNodeRendererSubContextMethods in com.vladsch.flexmark.html with parameters of type LinkResolverContext Modifier and Type Method Description @NotNull AttributeProviderAttributeProviderFactory. apply(@NotNull LinkResolverContext context) -
Uses of LinkResolverContext in com.vladsch.flexmark.html.renderer
Subinterfaces of LinkResolverContext in com.vladsch.flexmark.html.renderer Modifier and Type Interface Description interfaceNodeRendererContextThe 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 LinkResolverContext Modifier and Type Method Description @NotNull HeaderIdGeneratorHeaderIdGenerator.Factory. create(@NotNull LinkResolverContext context)@NotNull HtmlIdGeneratorHeaderIdGeneratorFactory. create(@NotNull LinkResolverContext context)Create a new HeaderIdGenerator for the specified resolver context.
-