|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.tools.TransformTool
public class TransformTool
The TransformTool is a XSL Transformer that converts XML files containing some or all of the information required to build a SQLUnit test file using a provided XSL stylesheet. The program is called thus: java net.sourceforge.sqlunit.tools.TransformTool \ --input=/your/input/xml/file.xml \ --transform=/your/stylesheet/file.xsl \ --output=/your/output/sqlunit/xml/file.xml This program was based in large part on the information provided at these websites: http://www-106.ibm.com/developerworks/java/library/x-tipjdom.html These websites provide a quick primer and a case study on building and using stylesheets and XSLT. http://www.brics.dk/~amoeller/XML/xslt-4.1.html http://www.scit.wlv.ac.uk/~jphb/xml/xmlcsv.html
| Constructor Summary | |
|---|---|
TransformTool()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] argv)
This is how we are called. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransformTool()
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
throws java.lang.Exception
argv - a String array of arguments.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||