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.
|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Field and Description |
---|---|
protected NamespaceName2String |
Def2Doc.stylesheetParams |
protected NamespaceName2String |
Def2Doc3.stylesheetParams |
protected NamespaceName2String |
Main.stylesheetParams |
protected NamespaceName2String |
Batch.stylesheetParams |
Modifier and Type | Method and Description |
---|---|
static void |
Tasks.ddf2doc3(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
ModuleRegistry moduleReg,
String modulename,
String language,
String outputname,
String gencomment,
NamespaceName2String stylesheetParams,
Iterable<String> additionalSources,
int lineWidth)
Generate the html doc for a given module, ie.
|
protected static void |
Tasks.execXsltUsingXalan(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg,
MessageReceiver<SimpleMessage<Object>> msgNOLOC,
ResultingStructure res,
Templates templates,
NamespaceName2String e_stylesheetParams,
boolean errorsInSourceFound,
@Opt String stylesheetErrorFlag,
File resfile,
@Opt Map<String,String> inputNamespaces) |
void |
Def2Doc.makeHtmlDoc(ModuleRegistry modreg,
Module mod,
boolean dynamic,
String targetcode,
String generationString,
NamespaceName2String stylesheetParams)
Make xhtml-documentation of one top module and its childs or imports.
|
void |
Def2Doc3.makeHtmlDoc(ModuleRegistry moduleRegistry,
ResolvedModule mod,
String targetcode,
String generationString,
NamespaceName2String stylesheetParams)
Make xhtml-documentation of one top module and its childs or imports.
|
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.
|
static <T extends TypedDocument,D extends TypedDTD> |
Tasks.udom2xslt2document(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr,
ModuleRegistry modreg,
Udom input,
String xsltTargetModuleSelect,
String xsltTargetToptagSelect,
Class<T> documentClass,
D dtdInstance,
URIResolver uriResolver,
NamespaceName2String stylesheetparams,
boolean debug)
Convert a d2d untyped model (result of a d2d parsing process)
via the xslt rules coming with the d2d module definition directly into a tdom model.
|
Modifier and Type | Method and Description |
---|---|
NamespaceName2String |
NamespaceName2String.replacePattern(String patternMarker,
String value) |
see also the complete user documentation .