Package | Description |
---|---|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Field and Description |
---|---|
protected ResultContext |
Transformation.resultContext
Aux coprehension of result dtd features.
|
static ResultContext |
ResultContext.textOnly |
Modifier and Type | Method and Description |
---|---|
static ResultContext |
ResultContext.newInstance(String tdom_package_name,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg)
Extracts all the data required for parsing and stores them into
public read-only fields.
|
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. |
Transformation |
TransformationCache.getTransformation(@Opt Location<XMLDocumentIdentifier> callingLocation,
URI sourceUri,
ResultContext resultContext,
Function<NamespaceName,FunctionSignature> builtInFunctions,
DTM.Dtd sourceDtm,
Collection<DTM.Element> topSourceElements)
Called from "Main" etc., central service access points for loading an XSLT source
for a particular evaluation context.
|
Constructor and Description |
---|
Templates(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Trace trace,
URI ownUri,
ResultContext resultContext) |
see also the complete user documentation .