Class CreateHTMLFile
- java.lang.Object
-
- org.apache.derby.impl.tools.planexporter.CreateHTMLFile
-
public class CreateHTMLFile extends java.lang.ObjectThis 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.StringxslStyleSheetName
-
Constructor Summary
Constructors Constructor Description CreateHTMLFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetHTML(java.lang.String XMLFileName, java.lang.String XSLSheetName, java.lang.String HTMLFile, boolean def)
-
-
-
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 fileXSLSheetName- name of the XSL fileHTMLFile- name of the HTML filedef- whether to use the default XSL or not- Throws:
java.lang.Exception
-
-