cz.zcu.fav.kiv.editor.config.constants
Class TagDefinition

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.config.constants.TagDefinition

public class TagDefinition
extends java.lang.Object

The TagDefinition class contains enumarated lists of elements used in configuration files and XML parameter definition files.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Nested Class Summary
static class TagDefinition.AttributeTags
          The enumerated list of elements used in the configuration file with attributes - attributes.xml.
static class TagDefinition.ConfigTags
          The enumerated list of elements used in the configuration file with layout of parameters and attribute-sets - config.xml.
static class TagDefinition.FigureTags
          The enumerated list of elements used in the configuration file with graphics figures - graphics.xml.
static class TagDefinition.ParameterTags
          The enumerated list of elements used in files with XML parameter definitions.
static class TagDefinition.TypeTags
          The enumerated list of elements used in the configuration file with types - types.xml.
 
Field Summary
static int BUFFER_SIZE
          The size of buffer used for reading element contents
static int BUFFER_SIZE_DESCRIPTION
          The size of buffer used for reading contents of elements with descriptions
 
Constructor Summary
TagDefinition()
           
 
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


BUFFER_SIZE_DESCRIPTION

public static int BUFFER_SIZE_DESCRIPTION
The size of buffer used for reading contents of elements with descriptions

Constructor Detail

TagDefinition

public TagDefinition()