Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
Modifier and Type | Field and Description |
---|---|
static Text2Udom.ErrorStrategy |
Text2Udom.default_ErrorStrategy |
protected static Text2Udom.ErrorStrategy |
Def2Doc.docu_errorstrategy |
protected static Text2Udom.ErrorStrategy |
Def2Doc3.docu_errorstrategy |
protected Text2Udom.ErrorStrategy |
Text2Udom.errorStrategy |
static Text2Udom.ErrorStrategy |
Text2Udom.interactive_ErrorStrategy |
protected Text2Udom.ErrorStrategy |
Main.interactiveErrorStrategy |
protected Text2Udom.ErrorStrategy |
Batch.interactiveErrorStrategy |
Modifier and Type | Method and Description |
---|---|
static Text2Udom.ErrorStrategy |
Text2Udom.non_interactive_ErrorStrategy()
Used for situations when basic data is required by the "programmer" and
not by a user.
|
Modifier and Type | Method and Description |
---|---|
static void |
Tasks.ddf2xslt(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
ModuleRegistry moduleReg,
String modulename,
String targetModule,
@Opt String targetTopTag,
String outputname,
Text2Udom.ErrorStrategy errorStrategy,
String genString,
int lineWidth)
Extracts all xslt rules for the given module and target
into a d2d definition and exports this to a d2d source file.
|
static <T extends TypedDocument,D extends TypedDTD> |
Tasks.string2tdom(String sourcetext,
ModuleRegistry modreg,
Class<T> documentClass,
D dtdInstance,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr,
Text2Udom.ErrorStrategy errorStrategy,
int debug)
Convert a d2d source text (GIVEN AS STRING) into a tdom model.
|
static <T extends TypedDocument,D extends TypedDTD> |
Tasks.text2tdom(File infile,
ModuleRegistry modreg,
Class<T> documentClass,
D dtdInstance,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr,
Text2Udom.ErrorStrategy errorStrategy,
int debug)
Convert a d2d input file into a tdom model.
|
static void |
Tasks.text2texts(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg,
ModuleRegistry e_moduleReg,
Text2Udom.ErrorStrategy errorStrategy,
File e_sourcefile,
@Opt String generationComment,
@Opt ContentHandler contentHandler,
Map<String,File> e_formats,
String stylesheetErrorFlag,
NamespaceName2String e_stylesheetParams)
Convert directly a d2d encoded input text file
into output files in different output formats, using xslt.
|
Constructor and Description |
---|
Text2Udom(MessageReceiver<SimpleMessage<String>> msg,
ModuleRegistry moduleRegistry,
Text2Udom.ErrorStrategy errorStrategy) |
Text2Udom(MessageReceiver<SimpleMessage<String>> msg,
ModuleRegistry moduleRegistry,
Text2Udom.ErrorStrategy errorStrategy,
boolean doTrace) |
see also the complete user documentation .