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 AttributeProvider
AttributesAttributeProvider.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 AttributeProvider
ZzzzzzAttributeProvider.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 interface
NodeFormatterContext
The 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 class
Formatter.MainNodeFormatter
private class
Formatter.MainNodeFormatter.SubNodeFormatter
class
NodeFormatterSubContext
-
Uses of LinkResolverContext in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement LinkResolverContext Modifier and Type Class Description private class
HtmlRenderer.MainNodeRenderer
private class
HtmlRenderer.MainNodeRenderer.SubNodeRenderer
class
NodeRendererSubContext
Methods in com.vladsch.flexmark.html with parameters of type LinkResolverContext Modifier and Type Method Description @NotNull AttributeProvider
AttributeProviderFactory. 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 interface
NodeRendererContext
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 LinkResolverContext Modifier and Type Method Description @NotNull HeaderIdGenerator
HeaderIdGenerator.Factory. create(@NotNull LinkResolverContext context)
@NotNull HtmlIdGenerator
HeaderIdGeneratorFactory. create(@NotNull LinkResolverContext context)
Create a new HeaderIdGenerator for the specified resolver context.
-