Package org.docx4j.model.datastorage
Class XsltProviderImpl
java.lang.Object
org.docx4j.model.datastorage.XsltProviderImpl
- All Implemented Interfaces:
XsltProvider
public class XsltProviderImpl extends java.lang.Object implements XsltProvider
-
Constructor Summary
Constructors Constructor Description XsltProviderImpl() -
Method Summary
Modifier and Type Method Description javax.xml.transform.TemplatesgetFinisherXslt(java.lang.String filename)Get the XLST used for the finishing step.
-
Constructor Details
-
XsltProviderImpl
public XsltProviderImpl()
-
-
Method Details
-
getFinisherXslt
public javax.xml.transform.Templates getFinisherXslt(java.lang.String filename) throws javax.xml.transform.TransformerConfigurationExceptionDescription 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:
javax.xml.transform.TransformerConfigurationException
-