Package | Description |
---|---|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Field and Description |
---|---|
protected Transformation.Modifiers |
Transformation.modifiers |
protected Transformation.Modifiers |
TransformationCache.modifiers |
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.
|
TransformationCache(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Trace trace,
Transformation.Modifiers modifiers,
TemplatesCache templatesCache)
Sets
MessageReceiver and Trace for the standard messaging
control, and Modifiers. |
see also the complete user documentation .