Package coza.opencollab.epub.creator
Class EpubConstants
- java.lang.Object
-
- coza.opencollab.epub.creator.EpubConstants
-
public class EpubConstants extends Object
Constants used as default values in the EpubCreator and EpubBook. This is set according to the EPUB 3 standards.- Author:
- OpenCollab
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTAINER_XML
Template of a valid EPUB3 container XMLstatic String
CONTENT_FOLDER
Default folder used to save content instatic String
HTML_WRAPPER
Used to wrap plain text in a valid XHTML documentstatic String
OPF_FILE_NAME
The default href of the opf filestatic String
OPF_XML
Template of the OPF filestatic String
TOC_FILE_NAME
The default href of the toc filestatic String
TOC_XML
Template of a valid table of contents navigation(TOC) XHTML document
-
-
-
Field Detail
-
HTML_WRAPPER
public static final String HTML_WRAPPER
Used to wrap plain text in a valid XHTML document- See Also:
- Constant Field Values
-
OPF_XML
public static final String OPF_XML
Template of the OPF file- See Also:
- Constant Field Values
-
TOC_XML
public static final String TOC_XML
Template of a valid table of contents navigation(TOC) XHTML document- See Also:
- Constant Field Values
-
CONTAINER_XML
public static final String CONTAINER_XML
Template of a valid EPUB3 container XML- See Also:
- Constant Field Values
-
CONTENT_FOLDER
public static final String CONTENT_FOLDER
Default folder used to save content in- See Also:
- Constant Field Values
-
TOC_FILE_NAME
public static final String TOC_FILE_NAME
The default href of the toc file- See Also:
- Constant Field Values
-
OPF_FILE_NAME
public static final String OPF_FILE_NAME
The default href of the opf file- See Also:
- Constant Field Values
-
-