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

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

There is a newer version: 3.3.0
Show newest version
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 - 2025 Weber Informatics LLC | Privacy Policy