Package org.docx4j.model.datastorage
Class XsltProviderImpl
java.lang.Object
org.docx4j.model.datastorage.XsltProviderImpl
- All Implemented Interfaces:
XsltProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFinisherXslt(String filename) Get the XLST used for the finishing step.
-
Constructor Details
-
XsltProviderImpl
public XsltProviderImpl()
-
-
Method Details
-
getFinisherXslt
Description copied from interface:XsltProviderGet 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).- Specified by:
getFinisherXsltin interfaceXsltProvider- Returns:
- Throws:
TransformerConfigurationException
-