public class XsltTemplateProcessor extends Object implements TemplateProcessor
TemplateProcessor.| Constructor and Description |
|---|
XsltTemplateProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Source |
processTemplate(Source template,
Source input,
Map<String,Object> parameters)
Does XSLT transfromation of the template if it is an XSLT template.
|
public Source processTemplate(Source template, Source input, Map<String,Object> parameters)
processTemplate in interface TemplateProcessorinput - Template can use values from the input. Can be null.Copyright © 2017. All Rights Reserved.