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

de.undercouch.citeproc.csl.internal.SElement Maven / Gradle / Ivy

package de.undercouch.citeproc.csl.internal;

/**
 * An element in a style file
 * @author Michel Kraemer
 */
public interface SElement {
    /**
     * Renders the element
     * @param ctx the context in which to render
     */
    void render(RenderContext ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy