Class Constants

java.lang.Object
eu.bandm.tools.d2d2.base.Constants

public class Constants extends Object
Utility class holding ubiquituously used constants.
  • Field Details

    • PROGRAM_NAME

      public static final String PROGRAM_NAME
      Evident
      See Also:
    • VERSION

      public static final String VERSION
      Evident
      See Also:
    • VERSION_COMMENT

      public static final String VERSION_COMMENT
      Evident
      See Also:
    • DEFAULT_LIBRARY

      public static final String DEFAULT_LIBRARY
      Address text by which the resource finding of ModuleRegistry finds all standard libraries, stored as resources in the class tree.
      See Also:
    • DEFAULT_LIBRARY_SHORTCUT

      public static final String DEFAULT_LIBRARY_SHORTCUT
      Short key to make the ModuleRegistry search the default libraries, as indicated by #DEFAULT_LIBRARY.
      See Also:
    • DEFAULT_XSLT_LIB

      public static final String DEFAULT_XSLT_LIB
      Default xslt library, as resolved by the resolution code in DocTypes.resolveEntity(java.lang.String, java.lang.String), DocTypes.resolve_to_stream(java.net.URI), etc.
      See Also:
    • string_pseudo_format_xmlSource

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String filename_template_xslt_d2d
      Template for a file name (or pseudo filename) for xslt rules extracted for one certain transformation task.
      See Also:
    • generatedDocumentation_directoryName3

      public static final String generatedDocumentation_directoryName3
      Name of the dir for a generated documentation. Parameters are (1) the modulename, (2) the target language
      See Also:
    • url_default_ddfDoc_css

      public static final String url_default_ddfDoc_css
      Address of the default css for generated d2d documentation. This format is mapped to a file in the class tree if passed to DocTypes.resolveEntity(java.lang.String, java.lang.String), DocTypes.resolve_to_stream(java.net.URI), etc.
      See Also:
    • stylesheet_param_cssUrls

      public static final NamespaceName 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

      public static final NamespaceName 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

      public static final NamespaceName 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