Package | Description |
---|---|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Field and Description |
---|---|
protected Templates |
Transformation.Loader.origin
Top-level Templates object.
|
protected Templates |
Transformation.toplevelSource |
Modifier and Type | Method and Description |
---|---|
Templates |
TemplatesCache.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 a
Templates object. |
Constructor and Description |
---|
Transformation(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Trace trace,
TemplatesCache templatesCache,
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.
|
see also the complete user documentation .