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 TypeMethodDescriptiongetFinisherXslt(String filename) Get the XLST used for the finishing step.
-
Method Details
-
getFinisherXslt
Get 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:
TransformerConfigurationException
-