org.apache.derby.impl.tools.planexporter
Class CreateHTMLFile

java.lang.Object
  extended by 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
private static java.lang.String xslStyleSheetName
           
 
Constructor Summary
CreateHTMLFile()
           
 
Method Summary
 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

Built on Wed 2013-06-12 15:21:56+0000, from revision ???

Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.