Package eu.bandm.tools.d2d2.base
Class Constants
java.lang.Object
eu.bandm.tools.d2d2.base.Constants
Utility class holding ubiquituously used constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Address text by which the resource finding ofModuleRegistry
finds all standard libraries, stored as resources in the class tree.static final String
Short key to make the ModuleRegistry search the default libraries, as indicated by#DEFAULT_LIBRARY
.static final String
Default xslt library, as resolved by the resolution code inDocTypes.resolveEntity(java.lang.String, java.lang.String)
,DocTypes.resolve_to_stream(java.net.URI)
, etc.static final String
Template for a file name (or pseudo filename) for xslt rules extracted for one certain transformation task.static final String
Template for a file name (or pseudo filename) for xslt rules extracted for one certain transformation task.static final String
Name of the dir for a generated documentation.static final String
Name of the dir for a static generated documentation.static final String
Evidentstatic final String
The string which must be given as a "target format key" in the "keys" list of "text2texts()" for storing the un-processed xml data.static final String
The name of an xslt parameter which is SET automatically by this code to signal the presence of errors in preceding processing steps to subsequent xslt processing.static final NamespaceName
Name of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing.static final NamespaceName
Name of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing.static final NamespaceName
Name of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing.static final String
Evidentstatic final String
Evident -
Method Summary
Modifier and TypeMethodDescriptionstatic final void
Evident
-
Field Details
-
PROGRAM_NAME
Evident- See Also:
-
VERSION
Evident- See Also:
-
VERSION_COMMENT
Evident- See Also:
-
DEFAULT_LIBRARY
Address text by which the resource finding ofModuleRegistry
finds all standard libraries, stored as resources in the class tree.- See Also:
-
DEFAULT_LIBRARY_SHORTCUT
Short key to make the ModuleRegistry search the default libraries, as indicated by#DEFAULT_LIBRARY
.- See Also:
-
DEFAULT_XSLT_LIB
Default xslt library, as resolved by the resolution code inDocTypes.resolveEntity(java.lang.String, java.lang.String)
,DocTypes.resolve_to_stream(java.net.URI)
, etc.- See Also:
-
string_pseudo_format_xmlSource
The string which must be given as a "target format key" in the "keys" list of "text2texts()" for storing the un-processed xml data.- See Also:
-
string_user_error_flag
The name of an xslt parameter which is SET automatically by this code to signal the presence of errors in preceding processing steps to subsequent xslt processing.- See Also:
-
filename_template_xslt_xml
Template for a file name (or pseudo filename) for xslt rules extracted for one certain transformation task.- See Also:
-
filename_template_xslt_d2d
Template for a file name (or pseudo filename) for xslt rules extracted for one certain transformation task.- See Also:
-
generatedDocumentation_directoryName_instantiated
Name of the dir for a generated documentation. Parameters are (1) the modulename, (2) the target language- See Also:
-
generatedDocumentation_directoryName_uninstantiated
Name of the dir for a static generated documentation. Parameters are (1) the modulename, (2) the target language- See Also:
-
stylesheet_param_cssUrls
Name of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing. Currently used in Ddf2Doc. -
stylesheet_param_favicon
Name of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing. Currently used in Ddf2Doc. -
stylesheet_param_preamble_filepos
Name of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing. Currently used in Ddf2Doc.
-
-
Method Details
-
setCriticalColor_vt100
Evident
-