Class FlexmarkAttributeProvider

  • All Implemented Interfaces:
    com.vladsch.flexmark.html.AttributeProvider

    public class FlexmarkAttributeProvider
    extends Object
    implements com.vladsch.flexmark.html.AttributeProvider
    • Field Detail

      • attributeMap

        protected final Map<String,​com.vladsch.flexmark.util.html.Attributes> attributeMap
    • Constructor Detail

      • FlexmarkAttributeProvider

        public FlexmarkAttributeProvider​(com.vladsch.flexmark.html.renderer.LinkResolverContext context)
    • Method Detail

      • setAttributes

        public void setAttributes​(com.vladsch.flexmark.util.ast.Node node,
                                  com.vladsch.flexmark.html.renderer.AttributablePart part,
                                  com.vladsch.flexmark.util.html.Attributes attributes)
        Specified by:
        setAttributes in interface com.vladsch.flexmark.html.AttributeProvider