org.jaffa.tools.domainmeta.uniface
Class TableInfoReader
java.lang.Object
   org.jaffa.tools.domainmeta.uniface.TableInfoReader
org.jaffa.tools.domainmeta.uniface.TableInfoReader
- public class TableInfoReader- extends Object
This class will parse the TableInfo file returning an instance of TableInfo object.
- Author:
- GautamJ
| Nested Class Summary | 
| static class | TableInfoReader.TableAn instance of this class represents a table defined in the TableInfo.xml file.
 | 
| static class | TableInfoReader.TableInfoAn instance of this class represents a TableInfo.xml file.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TableInfoReader
public TableInfoReader()
parse
public static TableInfoReader.TableInfo parse(String input)
                                       throws ParserConfigurationException,
                                              SAXException,
                                              IOException
- This will parse the TableInfo file returning a TableInfo object.
 XML format for the TableInfo file is:
 
 
     
     
     
     
 
 
- 
- Parameters:
- input- the TableInfo file.
- Returns:
- a TableInfo object.
- Throws:
- ParserConfigurationException- if the xml parsing fails.
- SAXException- if ?the xml parsing fails.
- IOException- if the xml parsing fails.
 
Copyright © 2002-2004 JAFFA Project.