Uses of Class
eu.bandm.tools.xslt.base.TransformationCache
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of TransformationCache in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescription(package private) final TransformationCache
BatchProcessor.transformationsCache
Single instance cache for xslt source applied to global parameters.Modifier and TypeMethodDescriptionstatic Transformation
Tasks.getTransformation
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Trace xsltTrace, ModuleRegistry moduleRegistry, Text2Udom.ErrorStrategy errorStrategy, ResolvedModule mod, String key, ResultContext resultContext, String topElementName, TransformationCache transformationsCache, Transformation.Modifiers txsl_modifiers, FunctionLibrary<?> functionLibrary, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos, boolean writeIntermediateXsltCodeToFile, @Opt String dateNow, @Opt String fileBasis, int lineWidth) Service point: Deliver the xslt Transformation object for given source and target formats. -
Uses of TransformationCache in eu.bandm.tools.d2d2.demo
Modifier and TypeFieldDescription(package private) TransformationCache
Application.transformationsCache
Single instance cache for xslt source applied to global parameters. -
Uses of TransformationCache in eu.bandm.tools.xslt.base
Modifier and TypeFieldDescriptionprotected final TransformationCache
Transformation.transformationCache
Where to ask for imported further sources.ModifierConstructorDescriptionTransformation
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace, TransformationCache transformationCache, Templates toplevelSource, Transformation.Modifiers modifiers, Function<NamespaceName, FunctionSignature> functionTypes, DTM.Dtd sourceDtm, Collection<DTM.Element> topSourceElements, List<Transformation> calledBy) This constructor is the only external calling point, it creates a new instance and does all type checking, inclusion resolving etc.