Class CreateHTMLFile

java.lang.Object
org.apache.derby.impl.tools.planexporter.CreateHTMLFile

public class CreateHTMLFile extends Object
This class is used by PlanExporter tool (DERBY-4587) in order to create HTML output of a query plan using a plain XSL style sheet and a XML data of a query plan.
  • Field Details

    • xslStyleSheetName

      private static String xslStyleSheetName
  • Constructor Details

    • CreateHTMLFile

      public CreateHTMLFile()
  • Method Details

    • getHTML

      public void getHTML(String XMLFileName, String XSLSheetName, String HTMLFile, boolean def) throws Exception
      Parameters:
      XMLFileName - name of the XML file
      XSLSheetName - name of the XSL file
      HTMLFile - name of the HTML file
      def - whether to use the default XSL or not
      Throws:
      Exception