Uses of Class
eu.bandm.tools.d2d2.base.BatchProcessor.Job
Packages that use 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
Fields in eu.bandm.tools.d2d2.base declared as BatchProcessor.JobModifier and TypeFieldDescription(package private) final BatchProcessor.Job[]
BatchProcessor.jobs
All translations wanted for one d2d source input file.Fields in eu.bandm.tools.d2d2.base with type parameters of type BatchProcessor.JobModifier and TypeFieldDescription(package private) final Map
<ResolvedModule, Map<BatchProcessor.Job, @Opt Transformation>> BatchProcessor.transformations
Result of rule extraction and compilation for the Txsl xslt processor.(package private) final Map
<ResolvedModule, Map<BatchProcessor.Job, Templates>> BatchProcessor.transformations_jre
Result of rule extraction and compilation for the JRE built-in xslt processor.Methods in eu.bandm.tools.d2d2.base that return types with arguments of type BatchProcessor.JobModifier 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.Methods in eu.bandm.tools.d2d2.base with parameters of type BatchProcessor.JobModifier 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 Templates
BatchProcessor.do_loadTransformationForModule_jre
(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) 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.protected Templates
BatchProcessor.loadTransformationForModule_jre
(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) (package private) void
BatchProcessor.xslt_by_jre
(BatchProcessor.Job job, Map<NamespaceName, Value<Node>> params, String inputFilenameL, ResolvedModule mod, String dateNow, @Opt File outputDirectory, @Opt String outputfilename, Document inputDom, @Opt Map<BatchProcessor.Job, Object> resultMap) Execute xslt (1.0) transformation by processor coming with the jre.(package private) void
BatchProcessor.xslt_by_txsl
(BatchProcessor.Job job, Map<NamespaceName, Value<Node>> params, String inputFilenameL, ResolvedModule mod, String dateNow, @Opt File outputDirectory, @Opt String outputfilename, Document inputDom, @Opt Map<BatchProcessor.Job, Object> resultMap) Constructors in eu.bandm.tools.d2d2.base with parameters of type BatchProcessor.JobModifierConstructorDescriptionBatchProcessor
(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.