Package | Description |
---|---|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Class and Description |
---|---|
class |
Templates
Represents one single xslt source file, w/o further context info.
|
class |
TemplatesCache
Caches xslt source files, e.g.
|
class |
Transformation
Represents one complete xslt program, which processes any xml
input (for which a tpath interpreter exists), and delivers a bandm tdom result of a
given type (or just plain text, in case of non-xml mode).
|
class |
TransformationCache
Caches
Transformation objects, ie top-level xslt source files for one
particular backend. |
see also the complete user documentation .