Uses of Class
eu.bandm.tools.util.xml.NamespaceName2String
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Utility classes for XML.
-
Uses of NamespaceName2String in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescription(package private) final NamespaceName2String
BatchProcessor.Job.stylesheetParams
User-defined parameters for the xslt code.protected final NamespaceName2String
Userdoc.stylesheetParams
Modifier and TypeMethodDescriptionstatic String
Tasks.ddf2doc3
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, ModuleRegistry moduleReg, String modulename, String language, boolean isStatic, String outputname, String gencomment, @Opt NamespaceName2String ext_stylesheetParams, @Opt Iterable<String> additionalSources, int lineWidth) Service point: Generate the HTML documentation for a given module, ie.ModifierConstructorDescriptionJob
(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor.protected
Userdoc
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int debuglevel, File generatedDir, int lineWidth, ModuleRegistry moduleRegistry, String languagecode, String generationString, NamespaceName2String stylesheetParams) Only constructorUserdocInstantiated
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int debuglevel, File generatedDir, int lineWidth, ModuleRegistry moduleRegistry, ResolvedModule mod, String targetcode, String generationString, NamespaceName2String stylesheetParams) Only constructorUserdocUninstantiated
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int debuglevel, File generatedDir, int lineWidth, ModuleRegistry moduleRegistry, Module mod, String targetcode, String generationString, NamespaceName2String stylesheetParams) Only constructor -
Uses of NamespaceName2String in eu.bandm.tools.util.xml
Modifier and TypeMethodDescriptionNamespaceName2String.replacePattern
(String patternMarker, String value) Return a new copy in the data of which all occurences of the patternMarker are replaced by the given value.Modifier and TypeMethodDescriptionvoid
NamespaceName2String.divideValues
(Predicate<String> test, NamespaceName2String yes, NamespaceName2String no) Pipe all entries in this instance according to the result of test to their values.