Uses of Class
eu.bandm.tools.xslt.base.Transformation.XslOutput
Packages that use Transformation.XslOutput
Package
Description
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of Transformation.XslOutput in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as Transformation.XslOutputModifier and TypeFieldDescription(package private) final Transformation.XslOutput
Transformation.outputOwn
Methods in eu.bandm.tools.xslt.base that return Transformation.XslOutputModifier and TypeMethodDescriptionTransformation.getXslOutput()
Return theTransformation.XslOutput
with the decoded attributes of all reachableElement_xsl_output
in the correct precendence, overwriting and error check.Methods in eu.bandm.tools.xslt.base with parameters of type Transformation.XslOutputModifier and TypeMethodDescription(package private) void
Transformation.XslOutput.addOutput
(Transformation.XslOutput other) Current state of this is OVERWRITTEN by other, so call this method from lowest to highest import precedence!