|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ipdr.test.ConvertXDRtoXML
public class ConvertXDRtoXML
This tool will convert XDR to XML.
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 | |
---|---|
ConvertXDRtoXML()
|
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 ConvertXDRtoXML()
Method Detail |
---|
public void convertData() throws IPDRException, BadCompositeException
IPDRException
BadCompositeException
protected void testToolUsage()
protected void processCommandLineParameters(java.lang.String[] args) throws IPDRException, BadCompositeException
IPDRException
BadCompositeException
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |