Class CreateHTMLFile


  • public class CreateHTMLFile
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String xslStyleSheetName  
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateHTMLFile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getHTML​(java.lang.String XMLFileName, java.lang.String XSLSheetName, java.lang.String HTMLFile, boolean def)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • xslStyleSheetName

        private static java.lang.String xslStyleSheetName
    • Constructor Detail

      • CreateHTMLFile

        public CreateHTMLFile()
    • Method Detail

      • getHTML

        public void getHTML​(java.lang.String XMLFileName,
                            java.lang.String XSLSheetName,
                            java.lang.String HTMLFile,
                            boolean def)
                     throws java.lang.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:
        java.lang.Exception