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.Templates getFinisherXslt​(java.lang.String filename)
    Get the XLST used for the finishing step.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getFinisherXslt

      public javax.xml.transform.Templates getFinisherXslt​(java.lang.String filename) throws javax.xml.transform.TransformerConfigurationException
      Description copied from interface: XsltProvider
      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).
      Specified by:
      getFinisherXslt in interface XsltProvider
      Returns:
      Throws:
      javax.xml.transform.TransformerConfigurationException