Uses of Interface
com.vladsch.flexmark.html.AttributeProvider
-
Packages that use AttributeProvider Package Description com.vladsch.flexmark.ext.attributes.internal com.vladsch.flexmark.ext.zzzzzz.internal com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer
) -
-
Uses of AttributeProvider in com.vladsch.flexmark.ext.attributes.internal
Classes in com.vladsch.flexmark.ext.attributes.internal that implement AttributeProvider Modifier and Type Class Description class
AttributesAttributeProvider
Methods in com.vladsch.flexmark.ext.attributes.internal that return AttributeProvider Modifier and Type Method Description @NotNull AttributeProvider
AttributesAttributeProvider.Factory. apply(@NotNull LinkResolverContext context)
-
Uses of AttributeProvider in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement AttributeProvider Modifier and Type Class Description class
ZzzzzzAttributeProvider
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return AttributeProvider Modifier and Type Method Description @NotNull AttributeProvider
ZzzzzzAttributeProvider.Factory. apply(@NotNull LinkResolverContext context)
-
Uses of AttributeProvider in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement AttributeProvider Modifier and Type Class Description class
EmbeddedAttributeProvider
Provider which will provide attributes stored in the node's firstEmbeddedAttributeProvider.EmbeddedNodeAttributes
of the node's childrenFields in com.vladsch.flexmark.html declared as AttributeProvider Modifier and Type Field Description private AttributeProvider[]
HtmlRenderer.MainNodeRenderer. attributeProviders
Methods in com.vladsch.flexmark.html that return AttributeProvider Modifier and Type Method Description @NotNull AttributeProvider
AttributeProviderFactory. apply(@NotNull LinkResolverContext context)
-