JavaScript is disabled on your browser.
java.lang.Object
org.apache.derby.impl.tools.planexporter.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 and Description
private static java.lang.String
xslStyleSheetName
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and 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
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
Built on Wed 2017-07-26 06:18:47+0000, from revision ???
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.