Uses of Class
eu.bandm.tools.d2d2.base.BatchProcessor.Job
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
-
Uses of BatchProcessor.Job in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescription(package private) final BatchProcessor.Job[]
BatchProcessor.jobs
All translations wanted for one d2d source input file.Modifier and TypeFieldDescription(package private) final Map<ResolvedModule,
Map<BatchProcessor.Job, @Opt Transformation>> BatchProcessor.transformations
Result of rule extraction and compilation.Modifier and TypeMethodDescriptionService access point: process the d2d source text and return the results in a Map object.Service access point: process the d2d source text and return the results in a Map object and write it to files.Service access point: process the d2d source text and return the results in a Map object.Modifier and TypeMethodDescriptionprotected @Opt Transformation
BatchProcessor.do_loadTransformationForModule
(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) Constructs the transformation xslt code for the given d2d source text module and the transformation described in one job in the CLI options.protected @Opt Transformation
BatchProcessor.loadTransformationForModule
(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) Constructs the transformation xslt code for the given d2d source text module and the transformation described in one job of the command line options.ModifierConstructorDescriptionBatchProcessor
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ModuleRegistry modulereg, Text2Udom.ErrorStrategy errorStrategy, Transformation.Modifiers txsl_modifiers, Trace xsltTrace, int debuglevel, boolean writeIntermediateXsltCodeToFile, boolean partialDocs, @Opt SimpleFilePattern xmlOutputFilePattern, int lineWidth, BatchProcessor.Job... jobs) Only Constructor.