Class BrowserInput
java.lang.Object
|
+----BrowserInput
- public class BrowserInput
- extends Object
Class which provides the input point for parsing
and storing the XML document into the POET database
-
BrowserInput()
-
-
main(String[])
- Main for this class, takes in name of XML document
as input argument
BrowserInput
public BrowserInput()
main
public static void main(String args[]) throws ODMGException, ClassNotFoundException, InstantiationException, IllegalAccessException, InvocationTargetException
- Main for this class, takes in name of XML document
as input argument
- Throws: ODMGException
- cant save data
- Throws: InvocationTargetException
- cant instantiate object
- Throws: IllegalAccessException
- cant access object
- Throws: ClassNotFoundException
- class not found
- Throws: InstantiationException
- cant instantiate object