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.Templates getFinisherXslt​(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.TransformerConfigurationException
      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:
      javax.xml.transform.TransformerConfigurationException