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

com.github.mertakdut.Constants Maven / Gradle / Ivy

package com.github.mertakdut;

class Constants {

	// Core files
	static final String FILE_NAME_CONTAINER_XML = "container.xml";
	static final String EXTENSION_NCX = ".ncx";
	static final String EXTENSION_OPF = ".opf";

	// Keywords
	static final String TAG_BODY_START = "])*>";
	
	static final String STRING_MARKER = "|";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy