Uses of Interface
org.commonmark.renderer.html.AttributeProviderFactory
-
Packages that use AttributeProviderFactory Package Description org.commonmark.renderer.html HTML rendering (seeHtmlRenderer) -
-
Uses of AttributeProviderFactory in org.commonmark.renderer.html
Fields in org.commonmark.renderer.html with type parameters of type AttributeProviderFactory Modifier and Type Field Description private java.util.List<AttributeProviderFactory>HtmlRenderer. attributeProviderFactoriesprivate java.util.List<AttributeProviderFactory>HtmlRenderer.Builder. attributeProviderFactoriesMethods in org.commonmark.renderer.html with parameters of type AttributeProviderFactory Modifier and Type Method Description HtmlRenderer.BuilderHtmlRenderer.Builder. attributeProviderFactory(AttributeProviderFactory attributeProviderFactory)Add a factory for an attribute provider for adding/changing HTML attributes to the rendered tags.
-