cz.zcu.fav.kiv.editor.template
Class TemplateConst

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.template.TemplateConst

public class TemplateConst
extends java.lang.Object

The TemplateConst class contains enumarated lists of elements used in XML template and XML schema of the template and path and name of the default template.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Nested Class Summary
static class TemplateConst.TemplateTags
          The enumerated list of elements used in templates.
 
Field Summary
static int BUFFER_SIZE
          The size of buffer used for reading element contents
static java.lang.String CONF_FILE_TEMPLATE
          The file with default template
static java.lang.String CONF_FILE_TEMPLATE_DIR
          The directory where default template is stored
static java.lang.String CONF_FILE_TEMPLATE_XSD
          The XML schema of the file with default template
 
Constructor Summary
TemplateConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUFFER_SIZE

public static int BUFFER_SIZE
The size of buffer used for reading element contents


CONF_FILE_TEMPLATE_DIR

public static final java.lang.String CONF_FILE_TEMPLATE_DIR
The directory where default template is stored


CONF_FILE_TEMPLATE

public static final java.lang.String CONF_FILE_TEMPLATE
The file with default template


CONF_FILE_TEMPLATE_XSD

public static final java.lang.String CONF_FILE_TEMPLATE_XSD
The XML schema of the file with default template

See Also:
Constant Field Values
Constructor Detail

TemplateConst

public TemplateConst()