Uses of Class
eu.bandm.tools.xslt.base.TransformationCache
Packages that use 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
Fields in eu.bandm.tools.d2d2.base declared as TransformationCacheModifier and TypeFieldDescription(package private) final TransformationCache
BatchProcessor.transformationsCache
Single instance cache for xslt source applied to global parameters.Methods in eu.bandm.tools.d2d2.base with parameters of type TransformationCacheModifier 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.static Templates
Tasks.getTransformation_jre
(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) -
Uses of TransformationCache in eu.bandm.tools.d2d2.demo
Fields in eu.bandm.tools.d2d2.demo declared as TransformationCacheModifier 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
Fields in eu.bandm.tools.xslt.base declared as TransformationCacheModifier and TypeFieldDescriptionprotected final TransformationCache
Transformation.transformationCache
Where to ask for imported further sources.Constructors in eu.bandm.tools.xslt.base with parameters of type TransformationCacheModifierConstructorDescriptionTransformation
(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.