| |
|
| java.lang.Object com.salmonllc.xml.XMLStoreParser
XMLStoreParser | public class XMLStoreParser (Code) | | |
canonical | protected boolean canonical(Code) | | Canonical output.
|
getDataStore | public static XMLDataStore getDataStore()(Code) | | This method returns the XML datastore created by reading the XML file
Creation date: (8/7/01 5:17:42 PM)
com.salmonllc.xml.XMLDataStore |
getMetaData | public ResultSetMetaData getMetaData()(Code) | | Gets the ResuletSetMetaData for the XML file uploaded.
Creation date: (7/18/01 4:29:55 PM)
com.afg.applications.investment.xml.ResultSetMetaData |
parseFile | public static void parseFile(String uri) throws Exception(Code) | | This method is used to create the XMLDatastore object out of the XML file. XML file name
is passed as uri. Method getDataStore or getMetaData is used after this method is called.
|
|
|
|