Loading [MathJax]/extensions/tex2jax.js
net.simplace.processors.XSLTTransformerProcessor
Transforms a xml in field ${parameterToTransform} with ${XSLT} file from classpath.
public final class XSLTTransformerProcessor extends
net.simplace.util.pipeline.FWProcessor {
// Public Constructors
public XSLTTransformerProcessor();
// Public Instance Methods public String performTransformation(String aXML, Reader aReader)
throws Exception;
Performs the XSLT transformation.
}
Hierarchy: java.lang.Object - net.simplace.util.pipeline.FWProcessor - XSLTTransformerProcessor