Big Java example project "builder"

You can use this project as follows:

 - invoke the main method of the driver class ItemListBuilderTest by 
 right-clicking on the class representation and selecting the main method.
 - experiment with the various classes by creating instances, invoking methods
 and inspecting their state
 
This project illustrates concepts covered in Big Java, Chapter 24 
"XML".
  
 - understanding XML elements and attributes
 - understanding the concept of an XML parser
 - being able to read and write XML documents



