Type xslt:Transformer

Constructors:
xslt:Transformer()
xslt:Transformer(xslt:Source style)
xslt:Transformer(io:File style)
xslt:Transformer(String style)
Functions:
clear()
param(Node name, Node value)
param(Node name)
transform(xslt:Source source, xslt:Result result)
transform(xslt:Source source)
transform(io:File source, io:File result)
Same as: Transformer.transform(xslt:Source($source), xslt:Result($result))
transform(io:File source)
Same as: Transformer.transform(xslt:Source($source))