Uses of Class
eu.bandm.tools.xslt.base.Templates
Package
Description
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of Templates in eu.bandm.tools.xslt.base
Modifier and TypeFieldDescriptionprotected Templates
Transformation.Loader.origin
Top-level Templates object.(package private) Templates
TemplatesCache.LoadResult.result
protected final Templates
Transformation.toplevelSource
Modifier and TypeMethodDescriptionTemplatesCache.getTemplates
(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, @Opt ResultContext resultContext) Loads a set of xslt rules from the given file for the given result tdom into aTemplates
object.ModifierConstructorDescription(package private)
Transformation
(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.