|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.tools.planexporter.CreateHTMLFile
public class CreateHTMLFile
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 |
|---|
private static java.lang.String xslStyleSheetName
| Constructor Detail |
|---|
public CreateHTMLFile()
| Method Detail |
|---|
public void getHTML(java.lang.String XMLFileName,
java.lang.String XSLSheetName,
java.lang.String HTMLFile,
boolean def)
throws java.lang.Exception
XMLFileName - name of the XML fileXSLSheetName - name of the XSL fileHTMLFile - name of the HTML filedef - whether to use the default XSL or not
java.lang.Exception
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||