public class TemplateConst
extends java.lang.Object
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.Modifier and Type | Class and Description |
---|---|
static class |
TemplateConst.TemplateTags
The enumerated list of elements used in templates.
|
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
TemplateConst() |
public static int BUFFER_SIZE
public static final java.lang.String CONF_FILE_TEMPLATE_DIR
public static final java.lang.String CONF_FILE_TEMPLATE
public static final java.lang.String CONF_FILE_TEMPLATE_XSD