Uses of Class
eu.bandm.tools.xslt.base.Templates
Packages that use Templates
Package
Description
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of Templates in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as TemplatesModifier and TypeFieldDescriptionprotected Templates
Transformation.Loader.origin
Top-level Templates object.(package private) Templates
TemplatesCache.LoadResult.result
protected final Templates
Transformation.toplevelSource
Methods in eu.bandm.tools.xslt.base that return TemplatesModifier 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.Constructors in eu.bandm.tools.xslt.base with parameters of type TemplatesModifierConstructorDescription(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.