|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vc.xml.common.XmlConstants
XmlConstants is the class used to pack all the XML sub system constants into a single place.
Field Summary | |
static java.lang.String |
Dom_Encoding
Charecter encoding used when creating Xml file for DOM object/data |
static java.lang.String |
Dom_OutputMethod
String used for Xml file creation for DOM object/data |
static int |
numOperationsToSaveXML
Constant that specifies the number of XML activities that result in saving those XML document saving. |
static java.lang.String |
ProjectDB_Attribute_CheckedOut
Name of the checkedout attribute for the project database xml document |
static java.lang.String |
ProjectDB_Attribute_DataFile
Name of the datafile attribute for the project database xml document |
static java.lang.String |
ProjectDB_Attribute_DBName
Name of the dbname attribute for the project database xml document |
static java.lang.String |
ProjectDB_Attribute_ID
Name of the id attribute for the project database xml document |
static java.lang.String |
ProjectDB_Attribute_Name
Name of the name attribute for the project database xml document |
static java.lang.String |
ProjectDB_Attribute_OpSysDir
Name of the osdir attribute for the project database xml document |
static java.lang.String |
ProjectDB_Attribute_TimeStamp
Name of the timestamp attribute for the project database xml document |
static java.lang.String |
ProjectDB_Attribute_User
Name of the user attribute for the project database xml document |
static java.lang.String |
ProjectDB_DataBaseName
Name of the project Database |
static java.lang.String |
ProjectDB_DTDFileName
Name of the XML DTD file for the project database |
static java.lang.String |
ProjectDB_Element_DataBase
Name of the database element for the project database xml document |
static java.lang.String |
ProjectDB_Element_Directory
Name of the directory element for the project database xml document |
static java.lang.String |
ProjectDB_Element_DiskMap
Name of the diskmap element for the project database xml document |
static java.lang.String |
ProjectDB_Element_File
Name of the file element for the project database xml document |
static java.lang.String |
ProjectDB_XmlFile
Path of the XML file having the project database |
static java.lang.String |
VersionControl_RefXmlFileName
Path of the reference XML file used for creating the version files |
static java.lang.String |
VersionDB_Attribute_BirthTime
Name of the birthtime attribute for the version database xml document |
static java.lang.String |
VersionDB_Attribute_Label
Name of the label attribute for the version database xml document |
static java.lang.String |
VersionDB_Attribute_LatestVersion
Name of the latestversion attribute for the version database xml document |
static java.lang.String |
VersionDB_Attribute_Version
Name of the version attribute for the version database xml document |
static java.lang.String |
VersionDB_DTDFileName
Name of the XML DTD file for the version database |
static java.lang.String |
VersionDB_Element_LabelVersionMap
Name of the labelversionmap element for the version database xml document |
static java.lang.String |
VersionDB_XmlFile
Path of the XML file having the version label mapping database |
static java.lang.String |
VersionHandler_Attribute_BirthTime
Name of the birthtime attribute for the version handler xml document |
static java.lang.String |
VersionHandler_Attribute_Comment
Name of the comment attribute for the version handler xml document |
static java.lang.String |
VersionHandler_Attribute_Creator
Name of the creator attribute for the version handler xml document |
static java.lang.String |
VersionHandler_Attribute_FileName
Name of the fileNa attribute for the version handler xml document |
static java.lang.String |
VersionHandler_Attribute_LatestVersion
Name of the latestversion attribute for the version handler xml document |
static java.lang.String |
VersionHandler_Attribute_LineNum
Name of the linenum attribute for the version handler xml document |
static java.lang.String |
VersionHandler_Attribute_LineOfText
Name of the lineoftext attribute for the version handler xml document |
static java.lang.String |
VersionHandler_Attribute_VersionName
Name of the versionname attribute for the version handler xml document |
static java.lang.String |
VersionHandler_Element_History
Name of the history element for the version handler xml document |
static java.lang.String |
VersionHandler_Element_Line
Name of the line element for the version handler xml document |
static java.lang.String |
VersionHandler_Element_Version
Name of the version element for the version handler xml document |
static java.lang.String |
XmlVersionFiles_DefaultDir
Directory where all the XML Version files for the project contents will be saved |
static java.lang.String |
XmlVersionFiles_Extension
String used as tha extension for XML Version files of the project contents |
static java.lang.String |
XmlVersionFiles_StartingWord
String used to name the XML Version files of the project contents |
Constructor Summary | |
XmlConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String XmlVersionFiles_DefaultDir
public static java.lang.String XmlVersionFiles_StartingWord
public static java.lang.String XmlVersionFiles_Extension
public static java.lang.String ProjectDB_XmlFile
public static java.lang.String VersionDB_XmlFile
public static java.lang.String VersionControl_RefXmlFileName
public static java.lang.String ProjectDB_DTDFileName
public static java.lang.String VersionDB_DTDFileName
public static java.lang.String ProjectDB_DataBaseName
public static java.lang.String Dom_OutputMethod
public static java.lang.String Dom_Encoding
public static final java.lang.String ProjectDB_Element_Directory
public static final java.lang.String ProjectDB_Element_File
public static final java.lang.String ProjectDB_Element_DataBase
public static final java.lang.String ProjectDB_Element_DiskMap
public static final java.lang.String ProjectDB_Attribute_DBName
public static final java.lang.String ProjectDB_Attribute_Name
public static final java.lang.String ProjectDB_Attribute_ID
public static final java.lang.String ProjectDB_Attribute_DataFile
public static final java.lang.String ProjectDB_Attribute_CheckedOut
public static final java.lang.String ProjectDB_Attribute_User
public static final java.lang.String ProjectDB_Attribute_OpSysDir
public static final java.lang.String ProjectDB_Attribute_TimeStamp
public static final java.lang.String VersionHandler_Element_History
public static final java.lang.String VersionHandler_Element_Line
public static final java.lang.String VersionHandler_Element_Version
public static final java.lang.String VersionHandler_Attribute_FileName
public static final java.lang.String VersionHandler_Attribute_LatestVersion
public static final java.lang.String VersionHandler_Attribute_LineOfText
public static final java.lang.String VersionHandler_Attribute_VersionName
public static final java.lang.String VersionHandler_Attribute_LineNum
public static final java.lang.String VersionHandler_Attribute_Comment
public static final java.lang.String VersionHandler_Attribute_Creator
public static final java.lang.String VersionHandler_Attribute_BirthTime
public static final java.lang.String VersionDB_Element_LabelVersionMap
public static final java.lang.String VersionDB_Attribute_LatestVersion
public static final java.lang.String VersionDB_Attribute_Label
public static final java.lang.String VersionDB_Attribute_Version
public static final java.lang.String VersionDB_Attribute_BirthTime
public static int numOperationsToSaveXML
Constructor Detail |
public XmlConstants()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |