
de.undercouch.citeproc.csl.internal.SElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of citeproc-java Show documentation
Show all versions of citeproc-java Show documentation
A Citation Style Language (CSL) Processor for Java.
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