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 classAttributesAttributeProviderMethods in com.vladsch.flexmark.ext.attributes.internal that return AttributeProvider Modifier and Type Method Description @NotNull AttributeProviderAttributesAttributeProvider.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 classZzzzzzAttributeProviderMethods in com.vladsch.flexmark.ext.zzzzzz.internal that return AttributeProvider Modifier and Type Method Description @NotNull AttributeProviderZzzzzzAttributeProvider.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 classEmbeddedAttributeProviderProvider which will provide attributes stored in the node's firstEmbeddedAttributeProvider.EmbeddedNodeAttributesof the node's childrenFields in com.vladsch.flexmark.html declared as AttributeProvider Modifier and Type Field Description private AttributeProvider[]HtmlRenderer.MainNodeRenderer. attributeProvidersMethods in com.vladsch.flexmark.html that return AttributeProvider Modifier and Type Method Description @NotNull AttributeProviderAttributeProviderFactory. apply(@NotNull LinkResolverContext context)
-