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