
com.g2forge.enigma.document.sandbox.html.IHTMLRenderContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of en-document Show documentation
Show all versions of en-document Show documentation
Models, parsers and renderers for common documentation formats. This library is helpful for generating documentation and translating formats like MD, wikitext and office documents.
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();
}