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

nl.siegmann.epublib.Constants Maven / Gradle / Ivy

The newest version!
package nl.siegmann.epublib;



public interface Constants {
	String CHARACTER_ENCODING = "UTF-8";
	String DOCTYPE_XHTML = "";
	String NAMESPACE_XHTML = "http://www.w3.org/1999/xhtml";
	String EPUBLIB_GENERATOR_NAME = "EPUBLib version 3.0";
	char FRAGMENT_SEPARATOR_CHAR = '#';
	String DEFAULT_TOC_ID = "toc";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy