Package eu.bandm.tools.xslt.base
Class Options.Descriptions
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.xslt.base.Options.Descriptions
- Enclosing class:
- Options
Programmatically generated catalog of translations.
Generated code realizing the multi lingual translations of all command line option descriptions.
Usage: Invoke the only constructor. Then follow the documentation of the super class.
Initial contents:
de | en | |
---|---|---|
$ENUM traceflag | Kontrolliert das individuelle Ein-/ausschalten verschiedener Trace-Ausgaben. | Switch on/off different trace outputs individually. |
$ENUM traceflag elementReducing | Zeige den Reduktionsschritt von gesammelten Elementen in ein Resultat-Element, also den Aufruf des Tdom-Semi-Parsers | Trace the reduce step of a collected result element, ie. the call of the tdom semi-parser. |
$ENUM traceflag exceptionStackTraces | Zeige den Java-Stack im Falle von Exceptions | Print the java stack trace in case of exceptions. |
$ENUM traceflag extendedInfo | Zusätzliche Information zu den meisten Meldungen | Print additional information with most messages. |
$ENUM traceflag globalValues | Zeige die Berechnungen aller globalen Werte (Benutzer-Parameter und Variablen). | Trace calculation of all global values (top-level parameters and variables). |
$ENUM traceflag justWarnings | All Anzeigen unterdrücken, bis auf Warnungen und Fehler (überschreibt "silent") | Suppress all log messages. Print errors and warnings. (Overrides "silent") |
$ENUM traceflag resourceFinding | Zeige die Auflösung von URLs/URIs/Dateinamen und den Zugriff auf Resourcen | Trace the resolution of URLs/URIs/file names and the access to resource objects. |
$ENUM traceflag showSource | Zeige Quelltext, sobald parsiert, und an anderen Stellen als zusätzliche Information | Display source text as soon as parsed, and as additional information. |
$ENUM traceflag silent | Alle Anzeigen unterdrücken, bis auf Fehler | Suppress all log messages, even warnings. Print only errors. |
$ENUM traceflag templateCall | Zeige Parameter und Ausführungsanfang für Template-Aufrufe und Applikationen | Trace parameter set up and code executon start for template calls and applies. |
$ENUM traceflag templateDirs | Zeige die internen Template-Verzeichnisse, sobald sie gefüllt sind | Dump the template directories as soon they are filled. |
$ENUM traceflag templateResolution | Zeige das Finden des passenden Templates, inkl. Anwendung von xsl:for-each. | Trace finding of templates. Includes xsl:for-each application. |
$ENUM traceflag testDecisions | Zeige die Entscheidungen für xsl:if- und xsl:choose-Ausdrücke | Trace the deciding expressions in xsl:if and xsl:choose expressions. |
$ENUM traceflag tpathEval | Zeige Auswertung aller tpath-Ausdrücke | Trace evaluation of all tpath expressions. |
$ENUM traceflag tpathFunctions | Zeige Aufrufe, Parameter und Resulate der Auswertung von tpath-Ausdrücke | Trace calls, parameters, and results of functions called from tpath expressions. |
$ENUM traceflag tpathTypes | Zeige den Typcheck für tpath-Ausdrücke | Print the results of type checking tpath expressions. |
$ENUM traceflag varAssignment | Zeige Zuweisungen zu Variablen | Trace assignments to variables. |
$ENUM traceflag verbatimText | Zeige alle verbatim eingefügten XML-Fragmente | Dumps all verbatim inserted XML fragments. |
--diagnoseObjects | a 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. | |
--diagnoseSources | a sequence of location filters to restrict logging messages to certain areas in the source files. | |
--filesRoot | common root for input and output file positions, is prepended to each input file before pattern matching application. | |
--inputFiles | file position of the xml sources to transform | |
--linewidth | number of columns for the generated xml output | |
--pedantic | whether to follow specification even when it appears hardly sensible | |
--reportFiles | a sequence of file names where to write diagnosis information from the analyses of the xslt sources, in their sequential order in --transformations | |
--sourceDtd | file position of the dtd source text of the transformations's source format; used for tpath type check only. | |
--sourceRoots | namespace names of possible toplevel source elements, in '{...}...' pseudo format; used for tpath type check only. | |
--strictCheck | whether to type check unreachable code | |
--stylesheetParams | parameters parsed to the xslt code and declared there on top-level | |
--stylesheetParamsFile | one file containing parameters parsed to the xslt code and declared there on top-level | |
--totalizedTranslation | whether to always create a result document, even with errors | |
--tpathFunctions | name of an accessible subclass of eu.bandm.tools.tpath.runtime.FunctionLibrary, defining tpath functions. Defaults to tpath+xslt pre-defined functions. | |
--traceflags | Sequence of flags, activates the different debug tracing outputs separately. | |
--transformations | all 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. |
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
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
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.muli.CatalogByString
CatalogByString.TranslationCollector
Nested classes/interfaces inherited from class eu.bandm.tools.muli.Catalog
Catalog.Const
-
Field Summary
Fields inherited from class eu.bandm.tools.muli.CatalogByString
linefeedPattern, msg, sourceId
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.muli.CatalogByString
doload, getKeys, load, load, main, normalizeLinefeed, putAsKey
Methods inherited from class eu.bandm.tools.muli.Catalog
_format, _format, _translateArgs, containsKey, dump, get, get, get, get, getKey, getKeys, getKeys, insitu, insitu, insitu, insitu, INSITU, INSITU, makeMap, makeMuli, noTranslate, put, put, put, put, putAll, putAll, readLanguageMap, readLanguages, readLanguagesString, translateAllAndFormatRobust, translateAllAndFormatRobust, translateArgsAndFormatRobust, translateArgsAndFormatRobust, translateKeyAndFormatRobust, translateKeyAndFormatRobust, translateRobust, translateRobust
-
Constructor Details
-
Descriptions
public Descriptions()
-