Uses of Class
eu.bandm.tools.util.xml.NamespaceName2String
Packages that use 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
Fields in eu.bandm.tools.d2d2.base declared as NamespaceName2StringModifier and TypeFieldDescription(package private) final NamespaceName2String
BatchProcessor.Job.stylesheetParams
User-defined parameters for the xslt code.protected final NamespaceName2String
Userdoc.stylesheetParams
Methods in eu.bandm.tools.d2d2.base with parameters of type NamespaceName2StringModifier and TypeMethodDescriptionstatic String
Tasks.ddf2doc3
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, ModuleRegistry moduleReg, String modulename, String language, boolean isStatic, String outputname, String gencomment, String dateAndTime, @Opt NamespaceName2String ext_stylesheetParams, @Opt Iterable<String> additionalSources, int lineWidth) Service point: Generate the HTML documentation for a given module, ie.Constructors in eu.bandm.tools.d2d2.base with parameters of type NamespaceName2StringModifierConstructorDescriptionJob
(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, String dateAndTime, NamespaceName2String stylesheetParams) Only constructorUserdocInstantiated
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int debuglevel, File generatedDir, int lineWidth, ModuleRegistry moduleRegistry, ResolvedModule mod, String targetcode, String generationString, String dateAndTime, NamespaceName2String stylesheetParams) Only constructorUserdocUninstantiated
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int debuglevel, File generatedDir, int lineWidth, ModuleRegistry moduleRegistry, Module mod, String targetcode, String generationString, String dateAndTime, NamespaceName2String stylesheetParams) Only constructor -
Uses of NamespaceName2String in eu.bandm.tools.util.xml
Methods in eu.bandm.tools.util.xml that return NamespaceName2StringModifier 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.Methods in eu.bandm.tools.util.xml with parameters of type NamespaceName2StringModifier 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.