Uses of Interface
com.vladsch.flexmark.html.AttributeProviderFactory
-
Packages that use AttributeProviderFactory 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
) -
-
Uses of AttributeProviderFactory in com.vladsch.flexmark.ext.attributes.internal
Classes in com.vladsch.flexmark.ext.attributes.internal that implement AttributeProviderFactory Modifier and Type Class Description static class
AttributesAttributeProvider.Factory
-
Uses of AttributeProviderFactory in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement AttributeProviderFactory Modifier and Type Class Description static class
ZzzzzzAttributeProvider.Factory
-
Uses of AttributeProviderFactory in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter with type parameters of type AttributeProviderFactory Modifier and Type Field Description (package private) java.util.List<AttributeProviderFactory>
Formatter.Builder. attributeProviderFactories
-
Uses of AttributeProviderFactory in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement AttributeProviderFactory Modifier and Type Class Description class
IndependentAttributeProviderFactory
Fields in com.vladsch.flexmark.html with type parameters of type AttributeProviderFactory Modifier and Type Field Description (package private) java.util.List<AttributeProviderFactory>
HtmlRenderer. attributeProviderFactories
(package private) java.util.Map<java.lang.Class<?>,AttributeProviderFactory>
HtmlRenderer.Builder. attributeProviderFactories
Methods in com.vladsch.flexmark.html with parameters of type AttributeProviderFactory Modifier and Type Method Description @NotNull HtmlRenderer.Builder
HtmlRenderer.Builder. attributeProviderFactory(@NotNull AttributeProviderFactory attributeProviderFactory)
Add an attribute provider for adding/changing HTML attributes to the rendered tags.@NotNull RendererBuilder
RendererBuilder. attributeProviderFactory(@NotNull AttributeProviderFactory attributeProviderFactory)
Add an attribute provider for adding/changing HTML attributes to the rendered tags.
-