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. attributeProviderFactories
private java.util.List<AttributeProviderFactory>
HtmlRenderer.Builder. attributeProviderFactories
Methods in org.commonmark.renderer.html with parameters of type AttributeProviderFactory Modifier and Type Method Description HtmlRenderer.Builder
HtmlRenderer.Builder. attributeProviderFactory(AttributeProviderFactory attributeProviderFactory)
Add a factory for an attribute provider for adding/changing HTML attributes to the rendered tags.
-