Class Options.Descriptions

Enclosing class:
Options

public class Options.Descriptions extends CatalogByString
Programmatically generated catalog of translations.

Usage: Invoke the only constructor. Then follow the documentation of the super class.

Initial contents:

deen
$ENUM traceflagKontrolliert das individuelle Ein-/ausschalten verschiedener Trace-Ausgaben.Switch on/off different trace outputs individually.
$ENUM traceflag elementReducingZeige den Reduktionsschritt von gesammelten Elementen in ein Resultat-Element, also den Aufruf des Tdom-Semi-ParsersTrace the reduce step of a collected result element, ie. the call of the tdom semi-parser.
$ENUM traceflag exceptionStackTracesZeige den Java-Stack im Falle von ExceptionsPrint the java stack trace in case of exceptions.
$ENUM traceflag extendedInfoZusätzliche Information zu den meisten MeldungenPrint additional information with most messages.
$ENUM traceflag globalValuesZeige die Berechnungen aller globalen Werte (Benutzer-Parameter und Variablen).Trace calculation of all global values (top-level parameters and variables).
$ENUM traceflag justWarningsAll Anzeigen unterdrücken, bis auf Warnungen und Fehler (überschreibt "silent")Suppress all log messages. Print errors and warnings. (Overrides "silent")
$ENUM traceflag resourceFindingZeige die Auflösung von URLs/URIs/Dateinamen und den Zugriff auf ResourcenTrace the resolution of URLs/URIs/file names and the access to resource objects.
$ENUM traceflag showSourceZeige Quelltext, sobald parsiert, und an anderen Stellen als zusätzliche InformationDisplay source text as soon as parsed, and as additional information.
$ENUM traceflag silentAlle Anzeigen unterdrücken, bis auf FehlerSuppress all log messages, even warnings. Print only errors.
$ENUM traceflag templateCallZeige Parameter und Ausführungsanfang für Template-Aufrufe und ApplikationenTrace parameter set up and code executon start for template calls and applies.
$ENUM traceflag templateDirsZeige die internen Template-Verzeichnisse, sobald sie gefüllt sindDump the template directories as soon they are filled.
$ENUM traceflag templateResolutionZeige das Finden des passenden Templates, inkl. Anwendung von xsl:for-each.Trace finding of templates. Includes xsl:for-each application.
$ENUM traceflag testDecisionsZeige die Entscheidungen für xsl:if- und xsl:choose-AusdrückeTrace the deciding expressions in xsl:if and xsl:choose expressions.
$ENUM traceflag tpathEvalZeige Auswertung aller tpath-AusdrückeTrace evaluation of all tpath expressions.
$ENUM traceflag tpathFunctionsZeige Aufrufe, Parameter und Resulate der Auswertung von tpath-AusdrückeTrace calls, parameters, and results of functions called from tpath expressions.
$ENUM traceflag tpathTypesZeige den Typcheck für tpath-AusdrückePrint the results of type checking tpath expressions.
$ENUM traceflag varAssignmentZeige Zuweisungen zu VariablenTrace assignments to variables.
$ENUM traceflag verbatimTextZeige alle verbatim eingefügten XML-FragmenteDumps all verbatim inserted XML fragments.
--diagnoseObjectsa sequence of object names to restrict logging messages to certain causing objects in the source files. Given as a mere string, or with an opening brace "{" as a NamespaceName.
--diagnoseSourcesa sequence of location filters to restrict logging messages to certain areas in the source files.
--filesRootcommon root for input and output file positions, is prepended to each input file before pattern matching application.
--inputFilesfile position of the xml sources to transform
--linewidthnumber of columns for the generated xml output
--pedanticwhether to follow specification even when it appears hardly sensible
--reportFilesa sequence of file names where to write diagnosis information from the analyses of the xslt sources, in their sequential order in --transformations
--sourceDtdfile position of the dtd source text of the transformations's source format; used for tpath type check only.
--sourceRootsnamespace names of possible toplevel source elements, in '{...}...' pseudo format; used for tpath type check only.
--strictCheckwhether to type check unreachable code
--stylesheetParamsparameters parsed to the xslt code and declared there on top-level
--stylesheetParamsFileone file containing parameters parsed to the xslt code and declared there on top-level
--totalizedTranslationwhether to always create a result document, even with errors
--tpathFunctionsname of an accessible subclass of eu.bandm.tools.tpath.runtime.FunctionLibrary, defining tpath functions. Defaults to tpath+xslt pre-defined functions.
--traceflagsSequence of flags, activates the different debug tracing outputs separately.
--transformationsall transformations: input file name pattern, followed by a sequence of (a) an xslt source file (b) a tdom package name (or '#text') and (c) an output file pattern.
Generated code realizing the multi lingual translations of all command line option descriptions.
Created on 2024-09-15_20h24m36
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler Options.xml eu.bandm.tools.xslt.base Options GuiOptions $(HOME)/metatools/src
  • Constructor Details

    • Descriptions

      public Descriptions()