Package org.docx4j.model.datastorage
Interface XsltProvider
- All Known Implementing Classes:
XsltProviderImpl
public interface XsltProvider
- Since:
- 6.1.0
- Author:
- jharrop
-
Method Summary
Modifier and Type Method Description javax.xml.transform.TemplatesgetFinisherXslt(java.lang.String filename)Get the XLST used for the finishing step.
-
Method Details
-
getFinisherXslt
javax.xml.transform.Templates getFinisherXslt(java.lang.String filename) throws javax.xml.transform.TransformerConfigurationExceptionGet the XLST used for the finishing step. If null, this step will not be performed. The id parameter allows you to use a different XSLT (eg if you want to use different XSLT depending on the input template).- Parameters:
filename-params-- Returns:
- Throws:
javax.xml.transform.TransformerConfigurationException
-