Class FlexmarkAttributeProvider
- java.lang.Object
-
- com.ruleoftech.markdown.page.generator.plugin.FlexmarkAttributeProvider
-
- All Implemented Interfaces:
com.vladsch.flexmark.html.AttributeProvider
public class FlexmarkAttributeProvider extends Object implements com.vladsch.flexmark.html.AttributeProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlexmarkAttributeProvider.Factory
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,com.vladsch.flexmark.util.html.Attributes>attributeMap
-
Constructor Summary
Constructors Constructor Description FlexmarkAttributeProvider(com.vladsch.flexmark.html.renderer.LinkResolverContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAttributes(com.vladsch.flexmark.util.ast.Node node, com.vladsch.flexmark.html.renderer.AttributablePart part, com.vladsch.flexmark.util.html.Attributes attributes)
-