|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ipdr.test.ConvertXMLtoXDR
public class ConvertXMLtoXDR
This tool will convert XML to XDR.
| Field Summary | |
|---|---|
protected java.lang.String |
inputFileName_
String to store input file name. |
protected java.lang.String |
ipdrVersion_
String to store the IPDR Version. |
protected int |
noArgs_
To store the number of command line arguments. |
protected java.lang.String |
outFileDir_
String to store outfile path. |
protected boolean |
validateSchema_
Flag indicating validation of Schema. |
| Constructor Summary | |
|---|---|
ConvertXMLtoXDR()
|
|
| Method Summary | |
|---|---|
void |
convertData()
This method is called by calling application to read CompositeData from a XML file and write it to a XDR file. |
static void |
main(java.lang.String[] args)
Entry point to the read tool. |
protected void |
processCommandLineParameters(java.lang.String[] args)
Method to process the command line parameters |
protected void |
testToolUsage()
Method which tells about the usage of Read TestTool |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean validateSchema_
protected java.lang.String ipdrVersion_
protected java.lang.String inputFileName_
protected java.lang.String outFileDir_
protected int noArgs_
| Constructor Detail |
|---|
public ConvertXMLtoXDR()
| Method Detail |
|---|
public void convertData()
throws IPDRException,
BadCompositeException
IPDRException
BadCompositeExceptionprotected void testToolUsage()
protected void processCommandLineParameters(java.lang.String[] args)
throws IPDRException,
BadCompositeException
IPDRException
BadCompositeExceptionpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||