All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

B

Bind(String). Constructor for class Bind
Connects to the database when the root element is being first parsed
BrowserInput(). Constructor for class BrowserInput

G

getObjectToBind(). Method in class Loader
Method to return the object which is to be stored in the database
getResource(String). Method in class Loader
getResourceAsStream(String). Method in class Loader

I

inArray(String). Method in class XmlBrowser
Returns if the element or attribute has been considered or not
invokeConstructor(). Method in class Loader
Method to invoke the constructor on the class found, so that an object is instantiated
invokeSetValues(StringTokenizer, String[], boolean). Method in class Loader
Method to set values of the object

L

loadClass(String). Method in class Loader
loadClass(String, boolean). Method in class Loader
Loader(String). Constructor for class Loader
Constructor to find the class specified by string

M

main(String[]). Static method in class BrowserInput
Main for this class, takes in name of XML document as input argument
marker. Static variable in class XmlBrowser
Value used as a separator for the path generated from the XML document
myObject. Variable in class Loader
Object to be associated with the instance returned using reflection

P

putIntoArray(String). Method in class XmlBrowser
Puts into ValAll, all the elements and attributes

S

saveValues(). Method in class Bind
Calls the loader class to set the values in the object
setValues(String, String[], boolean). Method in class Bind
Method that sets the value of an object depending on input from XML document

V

valAll. Variable in class XmlBrowser
Validation array, to check if all the elements have been considered

X

XmlBrowser(String[]). Constructor for class XmlBrowser
Constructor for this class, takes the name of the XML document and parses it