Interface DelegatingNodeRendererFactory

All Superinterfaces:
Function<DataHolder,HtmlNodeRenderer>, HtmlNodeRendererFactory
All Known Implementing Classes:
DelegatingNodeRendererFactoryWrapper

public interface DelegatingNodeRendererFactory extends HtmlNodeRendererFactory
Factory for instantiating new node renderers when rendering is done.
  • Method Summary

    Modifier and Type
    Method
    Description
    List of renderer factories to which this factory's renderer may delegate rendering

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods inherited from interface com.vladsch.flexmark.html2md.converter.HtmlNodeRendererFactory

    apply
  • Method Details

    • getDelegates

      Set<Class<?>> getDelegates()
      List of renderer factories to which this factory's renderer may delegate rendering
      Returns:
      list of renderer factories