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.attributeProviderFactoriesprivate List<AttributeProviderFactory> HtmlRenderer.Builder.attributeProviderFactoriesMethods 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.