Package org.commonmark.renderer.html
Interface AttributeProviderFactory
public interface AttributeProviderFactory
Factory for instantiating new attribute providers when rendering is done.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(AttributeProviderContext context) Create a new attribute provider.
-
Method Details
-
create
Create a new attribute provider.- Parameters:
context
- for this attribute provider- Returns:
- an AttributeProvider
-