Uses of Interface
org.commonmark.renderer.html.AttributeProviderFactory
Packages that use AttributeProviderFactory
-
Uses of AttributeProviderFactory in org.commonmark.renderer.html
Fields in org.commonmark.renderer.html with type parameters of type AttributeProviderFactoryModifier and TypeFieldDescriptionprivate final List
<AttributeProviderFactory> HtmlRenderer.attributeProviderFactories
private List
<AttributeProviderFactory> HtmlRenderer.Builder.attributeProviderFactories
Methods in org.commonmark.renderer.html with parameters of type AttributeProviderFactoryModifier and TypeMethodDescriptionHtmlRenderer.Builder.attributeProviderFactory
(AttributeProviderFactory attributeProviderFactory) Add a factory for an attribute provider for adding/changing HTML attributes to the rendered tags.