|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.windward.xmlreport.RunReport
Process a xml and rtf file into a report. This is a sample program that runs a report
from the command line. The usage is:
java net.windward.xmlreport.RunReport order.xml template.rtf report.htm
The three filenames can be anything you want. They are:
| Constructor Summary | |
RunReport()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Process a xml and rtf file into a report. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RunReport()
| Method Detail |
public static void main(java.lang.String[] args)
throws java.lang.Throwable
args - Must be three filenames like order.xml template.rtf report.htm where:
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||