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

com.g2forge.enigma.document.sandbox.html.IHTMLRenderContext Maven / Gradle / Ivy

Go to download

Models, parsers and renderers for common documentation formats. This library is helpful for generating documentation and translating formats like MD, wikitext and office documents.

There is a newer version: 0.0.11
Show newest version
package com.g2forge.enigma.document.sandbox.html;

import java.lang.reflect.Type;

public interface IHTMLRenderContext {
	public StringBuilder getBuilder();

	public IExplicitHTMLElement toExplicit(Object object, Type type);

	public String getNewline();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy