December 2002
Intermediate to advanced
400 pages
9h 25m
English
Earlier in this chapter, we saw the code for our implementation of a MakeHandler class that handled the XML parsing events for the makelist.xml file, and how it utilized the enterprise curl XML parsing design pattern. We now need to create another implementation based on this pattern that will handle the events fired when parsing one of our manufacturer inventory files, such as nissan inventory.xml.
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| || File: MakeSheet.scurl || Author: Paul Sheehan || Version: 1.0 || Contents: Creates the layout for the Make data to be || displayed in a Sheet ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| {define-class public MakeSheet ||||||||||||||||||||||||||||||||||||||||||||||||||||||| ... |