Uses of Class
eu.bandm.tools.util.files.SimpleFilePattern
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
-
Uses of SimpleFilePattern in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescription(package private) final SimpleFilePattern
BatchProcessor.Job.outFilePattern
The template to derive the name of the result file from the name of the input file.(package private) final @Opt SimpleFilePattern
BatchProcessor.xmlOutputFilePattern
The rule to derive the file name to stre the xml representations of the parsed d2d sources.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.Job
(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor.