rcs.nml
Class XMLFileReader

java.lang.Object
  extended by rcs.nml.XMLFileReader

public class XMLFileReader
extends java.lang.Object


Constructor Summary
XMLFileReader(NMLMessageDictionary _dict)
           
 
Method Summary
 java.lang.String convertMsgToString(NMLmsg inMsg)
           
 NMLmsg ReadFile(java.io.File curFile)
           
 NMLmsg ReadFile(java.lang.String fileName)
           
 void set_add_array_indexes_to_name(boolean _add_array_indexes_to_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLFileReader

public XMLFileReader(NMLMessageDictionary _dict)
Method Detail

set_add_array_indexes_to_name

public void set_add_array_indexes_to_name(boolean _add_array_indexes_to_name)

ReadFile

public NMLmsg ReadFile(java.lang.String fileName)

ReadFile

public NMLmsg ReadFile(java.io.File curFile)

convertMsgToString

public java.lang.String convertMsgToString(NMLmsg inMsg)