public class TagDefinition
extends java.lang.Object
TagDefinition
class contains enumarated lists of elements used in
configuration files and XML parameter definition files.Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
TagDefinition() |