All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory Maven / Gradle / Ivy

package com.vladsch.flexmark.html.renderer;

import org.jetbrains.annotations.NotNull;

/**
 * Factory for instantiating new node renderers when rendering is done.
 */
public interface HtmlIdGeneratorFactory {

    /**
     * Create an id generator
     *
     * @return an html id generator
     */
    @NotNull HtmlIdGenerator create();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy